From 99ab417dbf680f4df1c4f852db87309ef47ffa91 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Kempf Date: Fri, 22 Oct 2010 17:32:50 +0200 Subject: [PATCH] Qt: Remove the "media brower" label This adds exactly NOTHING to the usefulness of the UI --- modules/gui/qt4/components/playlist/playlist.cpp | 7 ------- 1 file changed, 7 deletions(-) diff --git a/modules/gui/qt4/components/playlist/playlist.cpp b/modules/gui/qt4/components/playlist/playlist.cpp index 960904e18a..f9a6cff5ee 100644 --- a/modules/gui/qt4/components/playlist/playlist.cpp +++ b/modules/gui/qt4/components/playlist/playlist.cpp @@ -51,16 +51,9 @@ PlaylistWidget::PlaylistWidget( intf_thread_t *_p_i, QWidget *_par ) /* Source Selector */ selector = new PLSelector( this, p_intf ); - QLabel *selLabel = new QLabel( qtr( "Media Browser" ) ); - QFont font; - font.setBold( true ); - selLabel->setFont( font ); - selLabel->setMargin( 5 ); - QVBoxLayout *selBox = new QVBoxLayout(); selBox->setContentsMargins(0,0,0,0); selBox->setSpacing( 0 ); - selBox->addWidget( selLabel ); selBox->addWidget( selector ); QWidget *mediaBrowser = new QWidget(); -- 2.39.5