diff --git a/src/libtomahawk/infobar/InfoBar.cpp b/src/libtomahawk/infobar/InfoBar.cpp index c60ac77c1..7feb7163a 100644 --- a/src/libtomahawk/infobar/InfoBar.cpp +++ b/src/libtomahawk/infobar/InfoBar.cpp @@ -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 ) ) ); }