Fixes in tab widget UI layout

Three minor changes in tab widget UI layout and txt:
- Remove leading space in string "Gas name"
- Remove duplicate <item> entry
- Correct "leftMargin" and "rightMargin" to 0 everywhere

Signed-off-by: Stefan Fuchs <sfuchs@gmx.de>
This commit is contained in:
Stefan Fuchs 2019-11-12 20:48:35 +01:00 committed by Dirk Hohndel
parent 8a33c04894
commit e70cf24950
2 changed files with 7 additions and 14 deletions

View file

@ -65,13 +65,6 @@
</widget>
</item>
<item row="0" column="0">
<widget class="QLabel" name="diveHeadingLabel">
<property name="text">
<string>DIVE</string>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QGroupBox" name="diveModeBox">
<property name="title">
@ -221,7 +214,7 @@
<item row="3" column="0">
<widget class="QGroupBox" name="groupBox_3">
<property name="title">
<string> Gas name</string>
<string>Gas name</string>
</property>
<property name="alignment">
<set>Qt::AlignHCenter</set>