mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-16 11:04:01 +02:00
Fix after borked rebase.
This commit is contained in:
@@ -134,9 +134,6 @@ InfoBar::InfoBar( QWidget* parent )
|
||||
setAutoFillBackground( true );
|
||||
setPalette( pal );
|
||||
|
||||
// top-margin + header + bottom-margin + top-margin + subheader + bottom-margin
|
||||
setFixedHeight( 2 + 2 * captionFontSize + 2 + 2 + 2 * descriptionFontSize + 2 );
|
||||
|
||||
connect( ViewManager::instance(), SIGNAL( filterAvailable( bool ) ), SLOT( setFilterAvailable( bool ) ) );
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user