summaryrefslogtreecommitdiff
path: root/src/gui/beingpopup.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-08-29 02:04:31 +0300
committerAndrei Karas <akaras@inbox.ru>2012-08-29 02:04:31 +0300
commit41044107cc0a17125ebd806c9934b6eb636dafe6 (patch)
tree41d5e18a0613d92dcb66cbfc1a6489347d2b0610 /src/gui/beingpopup.cpp
parentf0491bfa18dca7c206dd802760f9381fe42f8a52 (diff)
downloadplus-41044107cc0a17125ebd806c9934b6eb636dafe6.tar.gz
plus-41044107cc0a17125ebd806c9934b6eb636dafe6.tar.bz2
plus-41044107cc0a17125ebd806c9934b6eb636dafe6.tar.xz
plus-41044107cc0a17125ebd806c9934b6eb636dafe6.zip
Add browserbox own color.
Parameter "BROWSERBOX" in colors.xml Also fix colors for some derived controls.
Diffstat (limited to 'src/gui/beingpopup.cpp')
-rw-r--r--src/gui/beingpopup.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/beingpopup.cpp b/src/gui/beingpopup.cpp
index 19c2e0d03..f7118d48c 100644
--- a/src/gui/beingpopup.cpp
+++ b/src/gui/beingpopup.cpp
@@ -110,7 +110,7 @@ void BeingPopup::show(const int x, const int y, Being *const b)
}
else
{
- mBeingName->setForegroundColor(Theme::getThemeColor(Theme::TEXT));
+ mBeingName->setForegroundColor(Theme::getThemeColor(Theme::LABEL));
}
mBeingName->adjustSize();