summaryrefslogtreecommitdiffstats
path: root/qt-ui/maintab.ui
diff options
context:
space:
mode:
authorGravatar Henrik Brautaset Aronsen <subsurface@henrik.synth.no>2013-11-30 11:13:40 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-11-30 07:18:39 -0800
commit51d298c8d5d739c2aeaebd4dbea289564bd3e260 (patch)
tree30ed66dbba178db71f2dabe5b52a2e4f1b1b9373 /qt-ui/maintab.ui
parent197b8e0beeafdf389383bf21e3924a3ba4621c46 (diff)
downloadsubsurface-51d298c8d5d739c2aeaebd4dbea289564bd3e260.tar.gz
Separate text labels for air and water temperatures
The "air / water Temperatures" label didn't look to good. Signed-off-by: Henrik Brautaset Aronsen <subsurface@henrik.synth.no> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/maintab.ui')
-rw-r--r--qt-ui/maintab.ui21
1 files changed, 16 insertions, 5 deletions
diff --git a/qt-ui/maintab.ui b/qt-ui/maintab.ui
index 413953b5e..3a36a951c 100644
--- a/qt-ui/maintab.ui
+++ b/qt-ui/maintab.ui
@@ -65,11 +65,22 @@
</widget>
</item>
<item row="1" column="1">
- <widget class="QLabel" name="TemperaturesLabel">
- <property name="text">
- <string>air / water Temperatures</string>
- </property>
- </widget>
+ <layout class="QHBoxLayout" name="temperatureLabels">
+ <item>
+ <widget class="QLabel" name="airTempLabel">
+ <property name="text">
+ <string>Air temp</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QLabel" name="waterTempLabel">
+ <property name="text">
+ <string>Water temp</string>
+ </property>
+ </widget>
+ </item>
+ </layout>
</item>
<item row="2" column="0">
<widget class="QDateTimeEdit" name="dateTimeEdit">