mirror of
https://github.com/Ximi1970/systray-x.git
synced 2026-02-03 21:09:03 +01:00
Refactor preference dialog
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -72,8 +72,6 @@ SysTrayX::SysTrayX( QObject *parent ) : QObject( parent )
|
||||
* Setup preferences dialog
|
||||
*/
|
||||
m_pref_dialog = new PreferencesDialog( m_link, m_preferences );
|
||||
m_pref_dialog->setFixedHeight( m_pref_dialog->sizeHint().height() );
|
||||
m_pref_dialog->setFixedWidth( m_pref_dialog->sizeHint().width() + 16 );
|
||||
|
||||
/*
|
||||
* Setup debug window
|
||||
|
||||
Reference in New Issue
Block a user