Refactor preference dialog

This commit is contained in:
Ximi1970
2021-10-03 17:27:06 +02:00
parent 882ac49a27
commit 82db657fcd
2 changed files with 748 additions and 619 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -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