diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2021-12-19 20:37:48 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2021-12-19 20:37:48 +0100 |
commit | 85d48206626692d94b96badc12abc4a4ad6b26cd (patch) | |
tree | 60181da0eca82edfe5c599ca5bcf9c239e8151c1 | |
parent | cb0753adaefcd365134a16b5ebc0be76c1f7b7da (diff) |
opentrack: fix ui strings missing
-rw-r--r-- | opentrack/main-window.ui | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/opentrack/main-window.ui b/opentrack/main-window.ui index 16c7674f..32c9f57a 100644 --- a/opentrack/main-window.ui +++ b/opentrack/main-window.ui @@ -8,7 +8,7 @@ <x>0</x> <y>0</y> <width>655</width> - <height>500</height> + <height>502</height> </rect> </property> <property name="sizePolicy"> @@ -995,7 +995,7 @@ </widget> </item> <item> - <widget class="QWidget" name="groupStartStop" native="true"> + <widget class="QGroupBox" name="groupStartStop"> <property name="sizePolicy"> <sizepolicy hsizetype="MinimumExpanding" vsizetype="Maximum"> <horstretch>4</horstretch> @@ -1008,9 +1008,12 @@ <height>0</height> </size> </property> + <property name="title"> + <string>Tracking</string> + </property> <layout class="QHBoxLayout" name="horizontalLayout_4"> <property name="spacing"> - <number>8</number> + <number>7</number> </property> <property name="leftMargin"> <number>4</number> |