summaryrefslogtreecommitdiff
path: root/src/updatedialog.ui
diff options
context:
space:
mode:
authorChris Bessent <lost.dragonist@gmail.com>2021-02-11 18:39:06 -0700
committerChris Bessent <lost.dragonist@gmail.com>2021-02-11 18:39:06 -0700
commitf486e6fa4e5893c4f437147e5a031e64b48035e7 (patch)
treeae73bdc491b41c8dace7bbfaaf6f9272d611340a /src/updatedialog.ui
parent9e5a64b54550f1c0ad8d1b91510209f6e3196b17 (diff)
Updates to text, title and buttons
Diffstat (limited to 'src/updatedialog.ui')
-rw-r--r--src/updatedialog.ui34
1 files changed, 4 insertions, 30 deletions
diff --git a/src/updatedialog.ui b/src/updatedialog.ui
index 43a17346..874cbb80 100644
--- a/src/updatedialog.ui
+++ b/src/updatedialog.ui
@@ -17,7 +17,7 @@
</size>
</property>
<property name="windowTitle">
- <string notr="true">New update available (xxxx)</string>
+ <string notr="true">Update available</string>
</property>
<property name="sizeGripEnabled">
<bool>true</bool>
@@ -27,7 +27,7 @@
</property>
<layout class="QVBoxLayout" name="verticalLayout_2" stretch="0,0,1">
<item>
- <layout class="QHBoxLayout" name="horizontalLayout_2" stretch="0,0,1,0">
+ <layout class="QHBoxLayout" name="horizontalLayout_2" stretch="0,0,1">
<property name="spacing">
<number>0</number>
</property>
@@ -80,40 +80,14 @@
</item>
<item>
<widget class="QLabel" name="updateLabel">
- <property name="minimumSize">
- <size>
- <width>400</width>
- <height>0</height>
- </size>
- </property>
- <property name="maximumSize">
- <size>
- <width>400</width>
- <height>16777215</height>
- </size>
- </property>
<property name="text">
- <string>Do you want to install the update? All your mods and setup will be left untouched.
-Select Show Details option to see the full change-log.</string>
+ <string notr="true">Update text placeholder</string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
- <item>
- <spacer name="horizontalSpacer_2">
- <property name="orientation">
- <enum>Qt::Horizontal</enum>
- </property>
- <property name="sizeHint" stdset="0">
- <size>
- <width>20</width>
- <height>20</height>
- </size>
- </property>
- </spacer>
- </item>
</layout>
</item>
<item>
@@ -121,7 +95,7 @@ Select Show Details option to see the full change-log.</string>
<item>
<widget class="QToolButton" name="detailsButton">
<property name="text">
- <string>Show Details...</string>
+ <string>Changelog</string>
</property>
</widget>
</item>