Show empty labels in the Stats tab

Remove a couple of TextLabel text entries from maintab.ui
which can be seen right after program start and if no dives
are present.

Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Lubomir I. Ivanov 2013-06-27 15:33:45 +03:00 committed by Dirk Hohndel
parent bdd89f0e7a
commit 47e6e555cc

View file

@ -551,7 +551,7 @@
<item> <item>
<widget class="QLabel" name="totalTimeAllText"> <widget class="QLabel" name="totalTimeAllText">
<property name="text"> <property name="text">
<string>TextLabel</string> <string/>
</property> </property>
<property name="alignment"> <property name="alignment">
<set>Qt::AlignCenter</set> <set>Qt::AlignCenter</set>
@ -570,7 +570,7 @@
<item> <item>
<widget class="QLabel" name="divesAllText"> <widget class="QLabel" name="divesAllText">
<property name="text"> <property name="text">
<string>TextLabel</string> <string/>
</property> </property>
<property name="alignment"> <property name="alignment">
<set>Qt::AlignCenter</set> <set>Qt::AlignCenter</set>