Skip to content
This repository was archived by the owner on Oct 19, 2021. It is now read-only.

Commit 9fd58d5

Browse files
committed
Adjust UI
1 parent 0fca478 commit 9fd58d5

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

src/ui/SettingsTab.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ void SettingsTab::SelectHearthstoneDirectoryPath() {
5858
LoadSettings();
5959

6060
QMessageBox msgBox( QMessageBox::Information,
61-
"Restart Track-o-Bot",
62-
"Please restart Track-o-Bot for changes to take effect", QMessageBox::Ok, this );
61+
"Restart required!",
62+
"Please restart Track-o-Bot for changes to take effect!", QMessageBox::Ok, this );
6363
msgBox.exec();
6464
}
6565
}

src/ui/SettingsWidget.ui

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ QLabel#updateDescription {
8282
<item>
8383
<widget class="QLabel" name="hearthstonePathDescription">
8484
<property name="text">
85-
<string>Hearthstone installation directory.</string>
85+
<string>This should point to the Hearthstone directory.</string>
8686
</property>
8787
</widget>
8888
</item>
@@ -98,11 +98,11 @@ QLabel#updateDescription {
9898
<verstretch>0</verstretch>
9999
</sizepolicy>
100100
</property>
101-
<property name="font">
102-
<font>
103-
<pointsize>11</pointsize>
104-
<kerning>true</kerning>
105-
</font>
101+
<property name="maximumSize">
102+
<size>
103+
<width>30</width>
104+
<height>16777215</height>
105+
</size>
106106
</property>
107107
<property name="text">
108108
<string>...</string>
@@ -245,7 +245,7 @@ QLabel#updateDescription {
245245
<item row="13" column="1">
246246
<widget class="QLabel" name="metadataDescription">
247247
<property name="text">
248-
<string>Enable upload of additional tracking data. This helps to detect problems and fix bugs.</string>
248+
<string>Enable upload of additional tracking data. This data helps to detect and fix problems.</string>
249249
</property>
250250
<property name="wordWrap">
251251
<bool>true</bool>

0 commit comments

Comments
 (0)