summaryrefslogtreecommitdiff
path: root/src/createinstancedialog.ui
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2020-11-03 11:13:28 -0500
committerisanae <14251494+isanae@users.noreply.github.com>2020-11-03 11:41:54 -0500
commitfb2cddd92a1f09fef22dc66c737aa608408aaa18 (patch)
tree17fb9453c766e821c6dbbd00aea3d02bc2f3ae1e /src/createinstancedialog.ui
parent1d97d914f1de0404b5b4db1bfdeff35ed94ea422 (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.ui11
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>&lt;h2&gt;Creating a new instance&lt;/h2&gt;</string>
+ <string>Creating a new instance</string>
</property>
</widget>
</item>