mirror of
https://github.com/Ximi1970/systray-x.git
synced 2026-06-08 22:50:17 +02:00
Fix preference dialog
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user