diff options
author | Lubomir I. Ivanov <neolit123@gmail.com> | 2013-06-27 15:33:45 +0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-06-27 20:57:13 +0800 |
commit | 47e6e555cc842f23e93f0f251e9aede36004289f (patch) | |
tree | 5f67a8ab39c5524577c97df0f784b1c05221ba4a | |
parent | bdd89f0e7ab179f74051ffec9f3ecebd8443af14 (diff) | |
download | subsurface-47e6e555cc842f23e93f0f251e9aede36004289f.tar.gz |
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>
-rw-r--r-- | qt-ui/maintab.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qt-ui/maintab.ui b/qt-ui/maintab.ui index a89adfd2b..cdddc4cf9 100644 --- a/qt-ui/maintab.ui +++ b/qt-ui/maintab.ui @@ -551,7 +551,7 @@ <item> <widget class="QLabel" name="totalTimeAllText"> <property name="text"> - <string>TextLabel</string> + <string/> </property> <property name="alignment"> <set>Qt::AlignCenter</set> @@ -570,7 +570,7 @@ <item> <widget class="QLabel" name="divesAllText"> <property name="text"> - <string>TextLabel</string> + <string/> </property> <property name="alignment"> <set>Qt::AlignCenter</set> |