diff options
author | Petr Mrázek <peterix@gmail.com> | 2015-05-29 02:22:02 +0200 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2015-05-29 02:22:02 +0200 |
commit | b7f8241968b4cf684c31c575a6159d577faab76a (patch) | |
tree | d88807c22e41d4676f66c193eced467074ac7d55 /application/pages/VersionPage.ui | |
parent | a98e1df10cef774672e919497c43373e86c77f97 (diff) | |
download | MultiMC-b7f8241968b4cf684c31c575a6159d577faab76a.tar MultiMC-b7f8241968b4cf684c31c575a6159d577faab76a.tar.gz MultiMC-b7f8241968b4cf684c31c575a6159d577faab76a.tar.lz MultiMC-b7f8241968b4cf684c31c575a6159d577faab76a.tar.xz MultiMC-b7f8241968b4cf684c31c575a6159d577faab76a.zip |
GH-994 hopefully fix issue with people still using jar mods
Added an 'add mods' button to the version page
Add jar mods now has a very angry nag dialog until it's used successfully
Buttons on version page are rearranged to deemphasize jar mods
Diffstat (limited to 'application/pages/VersionPage.ui')
-rw-r--r-- | application/pages/VersionPage.ui | 23 |
1 files changed, 17 insertions, 6 deletions
diff --git a/application/pages/VersionPage.ui b/application/pages/VersionPage.ui index 1216229f..e1c23197 100644 --- a/application/pages/VersionPage.ui +++ b/application/pages/VersionPage.ui @@ -181,12 +181,12 @@ </widget> </item> <item> - <widget class="QPushButton" name="jarmodBtn"> + <widget class="QPushButton" name="modBtn"> <property name="toolTip"> - <string>Add a mod into the Minecraft jar file.</string> + <string>Install normal mods.</string> </property> <property name="text"> - <string>Add jar mod</string> + <string>Install mods</string> </property> </widget> </item> @@ -196,7 +196,7 @@ <item> <widget class="QLabel" name="label_5"> <property name="text"> - <string>List</string> + <string>Advanced</string> </property> <property name="alignment"> <set>Qt::AlignCenter</set> @@ -204,6 +204,16 @@ </widget> </item> <item> + <widget class="QPushButton" name="jarmodBtn"> + <property name="toolTip"> + <string>Add a mod into the Minecraft jar file.</string> + </property> + <property name="text"> + <string>Add jar mod</string> + </property> + </widget> + </item> + <item> <widget class="QPushButton" name="resetOrderBtn"> <property name="toolTip"> <string>Reset apply order of packages.</string> @@ -230,8 +240,8 @@ </property> <property name="sizeHint" stdset="0"> <size> - <width>20</width> - <height>40</height> + <width>111</width> + <height>13</height> </size> </property> </spacer> @@ -269,6 +279,7 @@ <tabstop>revertBtn</tabstop> <tabstop>forgeBtn</tabstop> <tabstop>liteloaderBtn</tabstop> + <tabstop>modBtn</tabstop> <tabstop>jarmodBtn</tabstop> <tabstop>resetOrderBtn</tabstop> <tabstop>reloadBtn</tabstop> |