Fix preference dialog

This commit is contained in:
Ximi1970
2021-09-25 21:42:17 +02:00
parent be9b0ac99f
commit bd8b1344c9
2 changed files with 4 additions and 11 deletions

View File

@@ -444,13 +444,6 @@
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="checkBox">
<property name="text">
<string>CheckBox</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
@@ -748,11 +741,11 @@
</resources>
<connections/>
<buttongroups>
<buttongroup name="minimizeTypeGroup"/>
<buttongroup name="themeGroup"/>
<buttongroup name="defaultIconTypeGroup"/>
<buttongroup name="minimizeTypeGroup"/>
<buttongroup name="closeTypeGroup"/>
<buttongroup name="countTypeGroup"/>
<buttongroup name="iconTypeGroup"/>
<buttongroup name="countTypeGroup"/>
<buttongroup name="themeGroup"/>
</buttongroups>
</ui>

View File

@@ -73,7 +73,7 @@ SysTrayX::SysTrayX( QObject *parent ) : QObject( parent )
*/
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() );
m_pref_dialog->setFixedWidth( m_pref_dialog->sizeHint().width() + 16 );
/*
* Setup debug window