Squashed commit of the following:
[qtmeetings] / src / UserInterface / Views / SettingsView.cpp
index 5471b0c..30ab301 100644 (file)
@@ -57,6 +57,8 @@ SettingsView::SettingsView( QWidget *aParent ) :
        setLayout( mainLayout );
        setValues();
 
+       setAutoFillBackground( true );
+
        // Handle component connections
        connect( iOkButton, SIGNAL( clicked() ), this, SLOT( handleOkClicked() ) );
        connect( iCancelButton, SIGNAL( clicked() ), this, SLOT( handleCancelClicked() ) );