From e357aece181c8cfd80fc4fa58e78ed5550b91ca9 Mon Sep 17 00:00:00 2001 From: Teo Mrnjavac Date: Sat, 27 Jul 2013 19:06:17 +0200 Subject: [PATCH] Fix after borked rebase. --- src/libtomahawk/infobar/InfoBar.cpp | 3 --- 1 file changed, 3 deletions(-) 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 ) ) ); }