diff options
author | Petr Mrázek <peterix@gmail.com> | 2013-06-23 22:10:32 +0200 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2013-06-23 22:10:32 +0200 |
commit | 27b1de0d6d196d9d0f6c284e0cb772c077688c3e (patch) | |
tree | daf8998763f549c28cac6be272fe50f70c00be0d /gui/mainwindow.ui | |
parent | d9195bff3a6088bb0f116d61fc8c961e3ba4e3f2 (diff) | |
download | MultiMC-27b1de0d6d196d9d0f6c284e0cb772c077688c3e.tar MultiMC-27b1de0d6d196d9d0f6c284e0cb772c077688c3e.tar.gz MultiMC-27b1de0d6d196d9d0f6c284e0cb772c077688c3e.tar.lz MultiMC-27b1de0d6d196d9d0f6c284e0cb772c077688c3e.tar.xz MultiMC-27b1de0d6d196d9d0f6c284e0cb772c077688c3e.zip |
Implement some bits and pieces, disable dead buttons.
Diffstat (limited to 'gui/mainwindow.ui')
-rw-r--r-- | gui/mainwindow.ui | 25 |
1 files changed, 23 insertions, 2 deletions
diff --git a/gui/mainwindow.ui b/gui/mainwindow.ui index fe6de6c9..44b8a31f 100644 --- a/gui/mainwindow.ui +++ b/gui/mainwindow.ui @@ -6,8 +6,8 @@ <rect> <x>0</x> <y>0</y> - <width>600</width> - <height>400</height> + <width>692</width> + <height>596</height> </rect> </property> <property name="windowTitle"> @@ -271,6 +271,9 @@ </property> </action> <action name="actionChangeInstIcon"> + <property name="enabled"> + <bool>false</bool> + </property> <property name="text"> <string>Change Icon</string> </property> @@ -282,6 +285,9 @@ </property> </action> <action name="actionEditInstNotes"> + <property name="enabled"> + <bool>false</bool> + </property> <property name="text"> <string>Edit Notes</string> </property> @@ -293,6 +299,9 @@ </property> </action> <action name="actionInstanceSettings"> + <property name="enabled"> + <bool>false</bool> + </property> <property name="text"> <string>Settings</string> </property> @@ -304,6 +313,9 @@ </property> </action> <action name="actionMakeDesktopShortcut"> + <property name="enabled"> + <bool>false</bool> + </property> <property name="text"> <string>Make Shortcut</string> </property> @@ -315,6 +327,9 @@ </property> </action> <action name="actionManageInstSaves"> + <property name="enabled"> + <bool>false</bool> + </property> <property name="text"> <string>Manage Saves</string> </property> @@ -326,6 +341,9 @@ </property> </action> <action name="actionEditInstMods"> + <property name="enabled"> + <bool>false</bool> + </property> <property name="text"> <string>Edit Mods</string> </property> @@ -359,6 +377,9 @@ </property> </action> <action name="actionRebuildInstJar"> + <property name="enabled"> + <bool>false</bool> + </property> <property name="text"> <string>Rebuild Jar</string> </property> |