diff options
| author | 2013-06-16 13:37:32 -0300 | |
|---|---|---|
| committer | 2013-06-16 13:37:32 -0300 | |
| commit | 751c234d03673067470531d1ff41a6991063bb23 (patch) | |
| tree | 8c2b2c25493e61e8140d13a8d097f8d899e15a5d /qt-ui | |
| parent | 20849f014eafa7ed697fb65af139ce3ee0561605 (diff) | |
| download | subsurface-751c234d03673067470531d1ff41a6991063bb23.tar.gz | |
Remove the Vertical Header on Cylinder and Weigth edit
Remove the vertical header on the cylinder and weigth edit,
It was strange to show, since we don't show a thing there.
Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org>
Diffstat (limited to 'qt-ui')
| -rw-r--r-- | qt-ui/maintab.ui | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/qt-ui/maintab.ui b/qt-ui/maintab.ui index d792edce0..9d24cbb75 100644 --- a/qt-ui/maintab.ui +++ b/qt-ui/maintab.ui @@ -192,6 +192,9 @@ <property name="alternatingRowColors"> <bool>true</bool> </property> + <attribute name="verticalHeaderVisible"> + <bool>false</bool> + </attribute> </widget> </item> </layout> @@ -234,6 +237,9 @@ </string> </property> + <attribute name="verticalHeaderVisible"> + <bool>false</bool> + </attribute> </widget> </item> </layout> |