Puts maintab as 'DocumentMode'

This small patch enable maintab to be  in 'Document Mode', this means
basically that it size is smaller and there's not a line separating
the widget anymore, giving the user a more smooth experience.

Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org>
This commit is contained in:
Tomaz Canabrava 2013-05-29 21:47:58 -03:00 committed by Dirk Hohndel
parent 2a4d981d09
commit c4f06dc536

View file

@ -16,6 +16,9 @@
<property name="currentIndex">
<number>1</number>
</property>
<property name="documentMode">
<bool>true</bool>
</property>
<widget class="QWidget" name="notesTab">
<attribute name="title">
<string>Dive Notes</string>
@ -192,7 +195,7 @@
<property name="alternatingRowColors">
<bool>true</bool>
</property>
</widget>
</widget>
</item>
</layout>
</widget>