Commit 643479b7 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: save Plugins/Extension dialog position

parent d6b0343a
...@@ -71,10 +71,12 @@ PluginDialog::PluginDialog( intf_thread_t *_p_intf ) : QVLCFrame( _p_intf ) ...@@ -71,10 +71,12 @@ PluginDialog::PluginDialog( intf_thread_t *_p_intf ) : QVLCFrame( _p_intf )
box->addButton( okButton, QDialogButtonBox::AcceptRole ); box->addButton( okButton, QDialogButtonBox::AcceptRole );
layout->addWidget( box ); layout->addWidget( box );
BUTTONACT( okButton, close() ); BUTTONACT( okButton, close() );
readSettings( "PluginsDialog", QSize( 435, 280 ) );
} }
PluginDialog::~PluginDialog() PluginDialog::~PluginDialog()
{ {
writeSettings( "PluginsDialog" );
} }
/* Plugins tab */ /* Plugins tab */
......
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