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:
@@ -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() ) );
|
||||||
|
Reference in New Issue
Block a user