vlc | branch: master | Jean-Baptiste Kempf <[email protected]> | Fri Oct 22 17:32:50 2010 +0200| [99ab417dbf680f4df1c4f852db87309ef47ffa91] | committer: Jean-Baptiste Kempf
Qt: Remove the "media brower" label This adds exactly NOTHING to the usefulness of the UI > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=99ab417dbf680f4df1c4f852db87309ef47ffa91 --- modules/gui/qt4/components/playlist/playlist.cpp | 7 ------- 1 files changed, 0 insertions(+), 7 deletions(-) diff --git a/modules/gui/qt4/components/playlist/playlist.cpp b/modules/gui/qt4/components/playlist/playlist.cpp index 960904e..f9a6cff 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(); _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
