diff options
Diffstat (limited to 'application/pages/VersionPage.ui')
-rw-r--r-- | application/pages/VersionPage.ui | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/application/pages/VersionPage.ui b/application/pages/VersionPage.ui index 1d2adff7..d54dd840 100644 --- a/application/pages/VersionPage.ui +++ b/application/pages/VersionPage.ui @@ -6,8 +6,8 @@ <rect> <x>0</x> <y>0</y> - <width>693</width> - <height>833</height> + <width>870</width> + <height>1008</height> </rect> </property> <layout class="QVBoxLayout" name="verticalLayout"> @@ -235,6 +235,16 @@ </widget> </item> <item> + <widget class="QPushButton" name="downloadBtn"> + <property name="toolTip"> + <string>Download the files needed to launch the instance now.</string> + </property> + <property name="text"> + <string>Download All</string> + </property> + </widget> + </item> + <item> <spacer name="verticalSpacer_7"> <property name="orientation"> <enum>Qt::Vertical</enum> @@ -300,6 +310,7 @@ <tabstop>jarBtn</tabstop> <tabstop>addEmptyBtn</tabstop> <tabstop>reloadBtn</tabstop> + <tabstop>downloadBtn</tabstop> <tabstop>tabWidget</tabstop> </tabstops> <resources/> |