Skip to content

Commit

Permalink
BassBooster Redesign (#2988)
Browse files Browse the repository at this point in the history
  • Loading branch information
Umcaruje authored Aug 21, 2016
1 parent 8cd323c commit 6e1e632
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions plugins/BassBooster/BassBoosterControlDialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand All @@ -66,4 +66,3 @@ BassBoosterControlDialog::BassBoosterControlDialog( BassBoosterControls* control
tl->addLayout( l );
setLayout( tl );
}

Binary file modified plugins/BassBooster/artwork.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6e1e632

Please sign in to comment.