[PATCH 3/3] Show empty labels in the Stats tab

Lubomir I. Ivanov neolit123 at gmail.com
Thu Jun 27 05:33:45 PDT 2013


From: "Lubomir I. Ivanov" <neolit123 at gmail.com>

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 at gmail.com>
---
 qt-ui/maintab.ui | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/qt-ui/maintab.ui b/qt-ui/maintab.ui
index a89adfd..cdddc4c 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>
-- 
1.7.11.msysgit.0



More information about the subsurface mailing list