1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-11 16:44:05 +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();
QPalette pal = palette();
pal.setBrush( QPalette::Window, QColor( "#454e59" ) );
pal.setBrush( QPalette::Window, QColor( "#454e59" ) );
setPalette( pal );
connect( ui->toggleButton, SIGNAL( clicked() ), SLOT( toggleSize() ) );