diff options
author | Petr Mrázek <peterix@gmail.com> | 2013-08-27 05:39:49 +0200 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2013-08-27 05:39:49 +0200 |
commit | 5573ed52e8b68a54330cfee21b853da53d079078 (patch) | |
tree | 10eebd4ac4804550441ccc2a591ed00640adb75f /gui/settingsdialog.ui | |
parent | e6999b3b62c5b765eff1736477a052f1cfeffd19 (diff) | |
download | PrismLauncher-5573ed52e8b68a54330cfee21b853da53d079078.tar.gz PrismLauncher-5573ed52e8b68a54330cfee21b853da53d079078.tar.bz2 PrismLauncher-5573ed52e8b68a54330cfee21b853da53d079078.zip |
Add/remove/drag&drop for the icon picker.
Diffstat (limited to 'gui/settingsdialog.ui')
-rw-r--r-- | gui/settingsdialog.ui | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/gui/settingsdialog.ui b/gui/settingsdialog.ui index 8b53b0f1..0d30e301 100644 --- a/gui/settingsdialog.ui +++ b/gui/settingsdialog.ui @@ -54,6 +54,9 @@ <property name="text"> <string>By last launched</string> </property> + <attribute name="buttonGroup"> + <string notr="true">sortingModeGroup</string> + </attribute> </widget> </item> <item> @@ -61,6 +64,9 @@ <property name="text"> <string>By name</string> </property> + <attribute name="buttonGroup"> + <string notr="true">sortingModeGroup</string> + </attribute> </widget> </item> </layout> @@ -176,13 +182,6 @@ </property> <layout class="QVBoxLayout" name="verticalLayout_4"> <item> - <widget class="QCheckBox" name="compatModeCheckBox"> - <property name="text"> - <string>Compatibility mode?</string> - </property> - </widget> - </item> - <item> <widget class="QCheckBox" name="maximizedCheckBox"> <property name="text"> <string>Start Minecraft maximized?</string> @@ -504,4 +503,7 @@ </hints> </connection> </connections> + <buttongroups> + <buttongroup name="sortingModeGroup"/> + </buttongroups> </ui> |