From: Jean-Baptiste Kempf Date: Tue, 6 Nov 2007 02:55:44 +0000 (+0000) Subject: Qt4 - SPrefs, make the hotkeys module take all the space available. X-Git-Tag: 0.9.0-test0~4677 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=8f8d55f21c784c004a80c15d6c4135b141f704e5;p=vlc Qt4 - SPrefs, make the hotkeys module take all the space available. --- diff --git a/modules/gui/qt4/components/simple_preferences.cpp b/modules/gui/qt4/components/simple_preferences.cpp index 7272c83f7b..408993f0bd 100644 --- a/modules/gui/qt4/components/simple_preferences.cpp +++ b/modules/gui/qt4/components/simple_preferences.cpp @@ -440,7 +440,7 @@ SPrefsPanel::SPrefsPanel( intf_thread_t *_p_intf, QWidget *_parent, panel_layout->addWidget( panel_label ); panel_layout->addWidget( title_line ); panel_layout->addWidget( panel ); - panel_layout->addStretch( 2 ); + if( number != SPrefsHotkeys ) panel_layout->addStretch( 2 ); setLayout( panel_layout ); }