diff options
author | Tomaz Canabrava <tcanabrava@kde.org> | 2013-06-16 13:53:56 -0300 |
---|---|---|
committer | Tomaz Canabrava <tcanabrava@kde.org> | 2013-06-16 13:53:56 -0300 |
commit | c809b5a35bfee158f83a2c4467e9ad9c9b9b2350 (patch) | |
tree | cb8f3b1afb45bca455032066859aa0062663f8df /qt-ui | |
parent | 751c234d03673067470531d1ff41a6991063bb23 (diff) | |
download | subsurface-c809b5a35bfee158f83a2c4467e9ad9c9b9b2350.tar.gz |
Removed the grid lines of the table views.
Removed the grid lines of the table views, this makes the table view
more similar with the dive list - I'm searching for an application
identity here.
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 9d24cbb75..c42dc4638 100644 --- a/qt-ui/maintab.ui +++ b/qt-ui/maintab.ui @@ -192,6 +192,9 @@ <property name="alternatingRowColors"> <bool>true</bool> </property> + <property name="showGrid"> + <bool>false</bool> + </property> <attribute name="verticalHeaderVisible"> <bool>false</bool> </attribute> @@ -237,6 +240,9 @@ </string> </property> + <property name="showGrid"> + <bool>false</bool> + </property> <attribute name="verticalHeaderVisible"> <bool>false</bool> </attribute> |