diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2020-11-03 11:13:28 -0500 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2020-11-03 11:41:54 -0500 |
| commit | fb2cddd92a1f09fef22dc66c737aa608408aaa18 (patch) | |
| tree | 17fb9453c766e821c6dbbd00aea3d02bc2f3ae1e /src/createinstancedialog.ui | |
| parent | 1d97d914f1de0404b5b4db1bfdeff35ed94ea422 (diff) | |
replace "create instance" title by "setting up instance"
fixed bad game location for custom paths
Diffstat (limited to 'src/createinstancedialog.ui')
| -rw-r--r-- | src/createinstancedialog.ui | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/src/createinstancedialog.ui b/src/createinstancedialog.ui index b7f4f502..b10d74a7 100644 --- a/src/createinstancedialog.ui +++ b/src/createinstancedialog.ui @@ -30,9 +30,16 @@ <number>0</number> </property> <item> - <widget class="QLabel" name="label"> + <widget class="QLabel" name="title"> + <property name="font"> + <font> + <pointsize>14</pointsize> + <weight>75</weight> + <bold>true</bold> + </font> + </property> <property name="text"> - <string><h2>Creating a new instance</h2></string> + <string>Creating a new instance</string> </property> </widget> </item> |
