diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-12-09 17:22:06 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-12-09 17:22:06 +0300 |
commit | 9e34f49d48d6e07edd307888230d4d3e4f8ecfb3 (patch) | |
tree | 8367d709604894a514d0c796d3cc5cff350d4920 /src/gui/windows | |
parent | 0677e4c9777eaad3dacbd4079939c501fec6f58b (diff) | |
download | plus-9e34f49d48d6e07edd307888230d4d3e4f8ecfb3.tar.gz plus-9e34f49d48d6e07edd307888230d4d3e4f8ecfb3.tar.bz2 plus-9e34f49d48d6e07edd307888230d4d3e4f8ecfb3.tar.xz plus-9e34f49d48d6e07edd307888230d4d3e4f8ecfb3.zip |
add background color for status (yellow) bar.
New progress color: STATUS.
Diffstat (limited to 'src/gui/windows')
-rw-r--r-- | src/gui/windows/ministatuswindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/windows/ministatuswindow.cpp b/src/gui/windows/ministatuswindow.cpp index f21e53d42..2de6621f4 100644 --- a/src/gui/windows/ministatuswindow.cpp +++ b/src/gui/windows/ministatuswindow.cpp @@ -89,7 +89,7 @@ MiniStatusWindow::MiniStatusWindow() : // TRANSLATORS: status bar name "arrows bar", _("arrows bar"))), mStatusBar(createBar(100, (config.getIntValue("fontSize") > 16 - ? 250 : 165), 0, Theme::PROGRESS_BAR, Theme::PROG_EXP, + ? 250 : 165), 0, Theme::PROGRESS_BAR, Theme::PROG_STATUS, // TRANSLATORS: status bar name "status bar", _("status bar"))), mTextPopup(new TextPopup), |