diff options
author | Petr Mrázek <peterix@gmail.com> | 2017-08-07 00:46:29 +0200 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2017-08-07 00:46:29 +0200 |
commit | 8cf88ffc580310e2e814d097358ff783cd5c4416 (patch) | |
tree | 4ed75860253ffa667af38664b4fd10e6d7bc29de /application/pages/VersionPage.ui | |
parent | 117bfef151c2083085025c32f96461f1c97dbec3 (diff) | |
download | MultiMC-8cf88ffc580310e2e814d097358ff783cd5c4416.tar MultiMC-8cf88ffc580310e2e814d097358ff783cd5c4416.tar.gz MultiMC-8cf88ffc580310e2e814d097358ff783cd5c4416.tar.lz MultiMC-8cf88ffc580310e2e814d097358ff783cd5c4416.tar.xz MultiMC-8cf88ffc580310e2e814d097358ff783cd5c4416.zip |
GH-1314 add UI for custom minecraft jar addition
Also changes the text of the jar mod addition button.
It should be clearer what it does and hopefully will not confuse
as many people.
Diffstat (limited to 'application/pages/VersionPage.ui')
-rw-r--r-- | application/pages/VersionPage.ui | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/application/pages/VersionPage.ui b/application/pages/VersionPage.ui index c16208db..afb33164 100644 --- a/application/pages/VersionPage.ui +++ b/application/pages/VersionPage.ui @@ -7,7 +7,7 @@ <x>0</x> <y>0</y> <width>693</width> - <height>750</height> + <height>788</height> </rect> </property> <layout class="QVBoxLayout" name="verticalLayout"> @@ -206,7 +206,14 @@ <string>Add a mod into the Minecraft jar file.</string> </property> <property name="text"> - <string>Add jar mod</string> + <string>Add to Minecraft.jar</string> + </property> + </widget> + </item> + <item> + <widget class="QPushButton" name="jarBtn"> + <property name="text"> + <string>Replace Minecraft.jar</string> </property> </widget> </item> @@ -281,7 +288,6 @@ </customwidget> </customwidgets> <tabstops> - <tabstop>tabWidget</tabstop> <tabstop>packageView</tabstop> <tabstop>changeVersionBtn</tabstop> <tabstop>moveUpBtn</tabstop> |