Squashed commit of the following:
[qtmeetings] / src / UserInterface / Views / WeeklyViewWidget.cpp
index 673d91e..643732e 100644 (file)
@@ -102,9 +102,11 @@ WeeklyViewWidget::WeeklyViewWidget( QDateTime aCurrentDateTime, Configuration *a
 \r
        QPalette palette;\r
        palette.setColor( QPalette::Window, Qt::white );\r
-       palette.setColor( QPalette::Foreground, Qt::darkGray );\r
+       palette.setColor( QPalette::WindowText, Qt::darkGray );\r
        setPalette( palette );\r
 \r
+       setAutoFillBackground( true );\r
+\r
        // ******************************************\r
        //              Handle all the signal connections\r
        // TODO : this solution if interaction monitoring is not elegant enough\r