From: Jean-Baptiste Kempf Date: Wed, 4 Apr 2007 20:41:39 +0000 (+0000) Subject: Qt4 - SPrefsInterface Button is clicked by default. X-Git-Tag: 0.9.0-test0~7844 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=5fc93542f8697cb23054ebbb3467788a1a6dba27;p=vlc Qt4 - SPrefsInterface Button is clicked by default. --- diff --git a/modules/gui/qt4/components/simple_preferences.cpp b/modules/gui/qt4/components/simple_preferences.cpp index 4272970bed..c4b2c351c0 100644 --- a/modules/gui/qt4/components/simple_preferences.cpp +++ b/modules/gui/qt4/components/simple_preferences.cpp @@ -80,6 +80,8 @@ SPrefsCatList::SPrefsCatList( intf_thread_t *_p_intf, QWidget *_parent ) : spref_cone_Input_64.png, 4 ); ADD_CATEGORY( SPrefsHotkeys, qtr("Hotkeys"), spref_cone_Hotkeys_64.png, 5 ); + SPrefsInterface->setChecked( true ); + this->setSizePolicy(QSizePolicy::Expanding,QSizePolicy::Expanding); setLayout( layout ); }