diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2020-07-25 21:52:30 -0400 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2020-11-03 11:39:05 -0500 |
| commit | 0389688f3b30b9888bb94a08991bc1de00b89c59 (patch) | |
| tree | bf565bb6aa4e792a5f3668774925d52212c9b484 /src/createinstancedialog.ui | |
| parent | cfdfa9d40e09d509396f57fbf70b48fa2136c230 (diff) | |
move to next page when clicking a game
add game name in the label in the paths page
can't use canonicalPath(), path might not exist
Diffstat (limited to 'src/createinstancedialog.ui')
| -rw-r--r-- | src/createinstancedialog.ui | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/src/createinstancedialog.ui b/src/createinstancedialog.ui index 4d9d8b06..41703f5e 100644 --- a/src/createinstancedialog.ui +++ b/src/createinstancedialog.ui @@ -7,7 +7,7 @@ <x>0</x> <y>0</y> <width>493</width> - <height>423</height> + <height>444</height> </rect> </property> <property name="windowTitle"> @@ -58,7 +58,7 @@ <item> <widget class="QStackedWidget" name="pages"> <property name="currentIndex"> - <number>0</number> + <number>5</number> </property> <widget class="QWidget" name="page_10"> <layout class="QVBoxLayout" name="verticalLayout_21"> @@ -506,12 +506,15 @@ <property name="text"> <string><h3>Select a folder where the data should be stored.</h3></string> </property> + <property name="wordWrap"> + <bool>true</bool> + </property> </widget> </item> <item> - <widget class="QLabel" name="label_7"> + <widget class="QLabel" name="pathsLabel"> <property name="text"> - <string>This includes downloads, mods, profiles and overwrite. If there is enough space on this drive, you should use the default folder.</string> + <string>This includes downloads, mods, profiles and overwrite for your <b>%1</b> instance. If there is enough space on this drive, you should use the default folder.</string> </property> <property name="wordWrap"> <bool>true</bool> @@ -744,7 +747,7 @@ <item row="8" column="0" colspan="4"> <widget class="QLabel" name="label_11"> <property name="text"> - <string>Use <code>%BASE_DIR%</code> to refer to the Base Directory.</string> + <string>Use %BASE_DIR% to refer to the Base Directory.</string> </property> </widget> </item> |
