aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/notifier/NotifierMessage.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/notifier/NotifierMessage.cpp')
-rw-r--r--src/modules/notifier/NotifierMessage.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/modules/notifier/NotifierMessage.cpp b/src/modules/notifier/NotifierMessage.cpp
index 6dc7977d7..d17aa71b0 100644
--- a/src/modules/notifier/NotifierMessage.cpp
+++ b/src/modules/notifier/NotifierMessage.cpp
@@ -36,7 +36,7 @@ NotifierMessage::NotifierMessage(QPixmap * pPixmap, const QString & szText)
{
m_pLabel0 = 0;
m_pLabel1 = 0;
-
+
m_szText=szText;
m_pPixmap=pPixmap;
@@ -88,8 +88,8 @@ void NotifierMessage::updateGui()
m_pLabel1->setFont(KVI_OPTION_FONT(KviOption_fontNotifier));
QPalette pal = m_pLabel1->palette();
pal.setColor(QPalette::WindowText, KVI_OPTION_COLOR(KviOption_colorNotifierForeground));
- m_pLabel1->setPalette(pal);
-
+ m_pLabel1->setPalette(pal);
+
if(bShowImages)
{
m_pHBox->setStretch(1,99);