diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-12-04 16:24:17 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-12-04 16:24:17 +0300 |
commit | cdca37e368923c0298691847eba1c394a287e52f (patch) | |
tree | 77a3b0190aae27cb8095e8817bd022cd8c9c8fb4 /src/gui/windows/inventorywindow.cpp | |
parent | bbc361c48389875a8a67d138bc05aad30070b916 (diff) | |
download | plus-cdca37e368923c0298691847eba1c394a287e52f.tar.gz plus-cdca37e368923c0298691847eba1c394a287e52f.tar.bz2 plus-cdca37e368923c0298691847eba1c394a287e52f.tar.xz plus-cdca37e368923c0298691847eba1c394a287e52f.zip |
Add new color for slots progress bar in inventory.
New colors: SLOTS_BAR, SLOTS_BAR_OUTLINE.
Diffstat (limited to 'src/gui/windows/inventorywindow.cpp')
-rw-r--r-- | src/gui/windows/inventorywindow.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/windows/inventorywindow.cpp b/src/gui/windows/inventorywindow.cpp index 825c3d934..b9c89ad96 100644 --- a/src/gui/windows/inventorywindow.cpp +++ b/src/gui/windows/inventorywindow.cpp @@ -131,6 +131,8 @@ InventoryWindow::InventoryWindow(Inventory *const inventory): mCompactMode(false) { mTextPopup->postInit(); + mSlotsBar->setColor(Theme::getThemeColor(Theme::SLOTS_BAR), + Theme::getThemeColor(Theme::SLOTS_BAR_OUTLINE)); if (inventory) { |