Commit e9ba6037 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt4 - Change the default extended panel size.

parent 94730502
......@@ -64,7 +64,7 @@ ExtendedDialog::ExtendedDialog( intf_thread_t *_p_intf ): QVLCFrame( _p_intf )
layout->addWidget( closeButton, 1, 4, 1, 1);
CONNECT( closeButton, clicked(), this, close() );
readSettings( "EPanel", QSize( 400, 300 ), QPoint( 450, 0 ) );
readSettings( "EPanel", QSize( 400, 280 ), QPoint( 450, 0 ) );
}
void ExtendedDialog::savingSettings()
......
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