BassBooster Redesign (#2988)
This commit is contained in:
@@ -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 |
Reference in New Issue
Block a user