Commit 2279878d authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt4 - Preferences, fix the bug that empeached to display the name of the categories.

parent 8ecdcd6c
......@@ -44,7 +44,6 @@ PrefsDialog::PrefsDialog( intf_thread_t *_p_intf ) : QVLCFrame( _p_intf )
{
QGridLayout *main_layout = new QGridLayout( this );
setWindowTitle( qtr( "Preferences" ) );
resize( 750, 550 );
/* Create Panels */
tree_panel = new QWidget;
......@@ -112,6 +111,8 @@ PrefsDialog::PrefsDialog( intf_thread_t *_p_intf ) : QVLCFrame( _p_intf )
BUTTONACT( small, setSmall() );
BUTTONACT( all, setAdvanced() );
resize( 750, sizeHint().height() );
}
void PrefsDialog::setAdvanced()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment