BassBooster Redesign (#2988)

This commit is contained in:
Umcaruje
2016-08-21 18:25:58 +02:00
committed by GitHub
parent 8cd323c860
commit 6e1e632baf
2 changed files with 2 additions and 3 deletions

View File

@@ -37,10 +37,10 @@ BassBoosterControlDialog::BassBoosterControlDialog( BassBoosterControls* control
QPalette pal;
pal.setBrush( backgroundRole(), PLUGIN_NAME::getIconPixmap( "artwork" ) );
setPalette( pal );
setFixedSize( 120, 104 );
setFixedSize( 120, 60 );
QVBoxLayout * tl = new QVBoxLayout( this );
tl->addSpacing( 30 );
tl->addSpacing( 4 );
QHBoxLayout * l = new QHBoxLayout;
@@ -66,4 +66,3 @@ BassBoosterControlDialog::BassBoosterControlDialog( BassBoosterControls* control
tl->addLayout( l );
setLayout( tl );
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 324 B