1
0
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:
Teo Mrnjavac
2013-07-27 19:06:17 +02:00
parent f44e84fee0
commit e357aece18

View File

@@ -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 ) ) );
}