In maintab disable correct label when dive trip selected

Until now accidentally the dateLabel was disabled and the timeLabel
was enabled. Changed this the other (correct) way round.

Signed-off-by: Stefan Fuchs <sfuchs@gmx.de>
This commit is contained in:
Stefan Fuchs 2017-11-16 07:35:57 +01:00 committed by Dirk Hohndel
parent adb0adb1d2
commit 010f5f2abc
2 changed files with 4 additions and 4 deletions

View file

@ -82,7 +82,7 @@
</widget>
</item>
<item row="0" column="0">
<widget class="QLabel" name="label">
<widget class="QLabel" name="dateLabel">
<property name="text">
<string>Date</string>
</property>
@ -92,7 +92,7 @@
</widget>
</item>
<item row="0" column="1">
<widget class="QLabel" name="label_6">
<widget class="QLabel" name="timeLabel">
<property name="text">
<string>Time</string>
</property>