Skip to content

Commit

Permalink
Don't use blue for user input panel color
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanW2 committed Sep 26, 2015
1 parent 3613ba5 commit e6e79c1
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/gui/qgsuserinputdockwidget.cpp
Expand Up @@ -28,11 +28,6 @@ QgsUserInputDockWidget::QgsUserInputDockWidget( QWidget *parent )
w->setLayout( mLayout );
setWidget( w );

QPalette pal = palette();
pal.setColor( QPalette::Background, QColor( 231, 245, 254 ) );
setPalette( pal );
setAutoFillBackground( true );

connect( this, SIGNAL( dockLocationChanged( Qt::DockWidgetArea ) ), this, SLOT( areaChanged( Qt::DockWidgetArea ) ) );
connect( this, SIGNAL( topLevelChanged( bool ) ), this, SLOT( floatingChanged( bool ) ) );
hide();
Expand Down

0 comments on commit e6e79c1

Please sign in to comment.