1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-12 00:54:20 +02:00

* Fixed spacing.

This commit is contained in:
Christian Muehlhaeuser
2012-04-04 02:45:02 +02:00
parent 90e1af331b
commit 97f2bb601f

View File

@@ -96,7 +96,7 @@ ContextWidget::ContextWidget( QWidget* parent )
ensurePolished(); ensurePolished();
QPalette pal = palette(); QPalette pal = palette();
pal.setBrush( QPalette::Window, QColor( "#454e59" ) ); pal.setBrush( QPalette::Window, QColor( "#454e59" ) );
setPalette( pal ); setPalette( pal );
connect( ui->toggleButton, SIGNAL( clicked() ), SLOT( toggleSize() ) ); connect( ui->toggleButton, SIGNAL( clicked() ), SLOT( toggleSize() ) );