diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-08-29 01:56:46 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-08-29 01:56:46 +0300 |
commit | f0491bfa18dca7c206dd802760f9381fe42f8a52 (patch) | |
tree | 7ba3da00ea36e9699f0e778533f810ffb8c4699e /src/gui/widgets/window.cpp | |
parent | 82abefd7567f361311b62cd96a0e9e738e233beb (diff) | |
download | plus-f0491bfa18dca7c206dd802760f9381fe42f8a52.tar.gz plus-f0491bfa18dca7c206dd802760f9381fe42f8a52.tar.bz2 plus-f0491bfa18dca7c206dd802760f9381fe42f8a52.tar.xz plus-f0491bfa18dca7c206dd802760f9381fe42f8a52.zip |
Add window header own color.
Parameter "WINDOW" in colors.xml
Diffstat (limited to 'src/gui/widgets/window.cpp')
-rw-r--r-- | src/gui/widgets/window.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/window.cpp b/src/gui/widgets/window.cpp index 2350ed958..355f12bee 100644 --- a/src/gui/widgets/window.cpp +++ b/src/gui/widgets/window.cpp @@ -124,7 +124,7 @@ Window::Window(const std::string &caption, bool modal, Window *parent, addWidgetListener(this); mCaptionFont = getFont(); - setForegroundColor(Theme::getThemeColor(Theme::TEXT)); + setForegroundColor(Theme::getThemeColor(Theme::WINDOW)); } Window::~Window() |