From cdca37e368923c0298691847eba1c394a287e52f Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 4 Dec 2013 16:24:17 +0300 Subject: Add new color for slots progress bar in inventory. New colors: SLOTS_BAR, SLOTS_BAR_OUTLINE. --- src/gui/windows/inventorywindow.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/gui/windows/inventorywindow.cpp') 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) { -- cgit v1.2.3-60-g2f50