diff options
author | Henrik Brautaset Aronsen <subsurface@henrik.synth.no> | 2013-06-07 12:23:48 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-06-07 21:42:13 -0700 |
commit | 0031b64df74bd80cbb0205f476531111bcc87d58 (patch) | |
tree | f03defacce0d942a1469525e4ea83ab2d3f46fe5 /qt-ui/maintab.ui | |
parent | e504742dc8e7958d72e0d27c88996f20fafe2e38 (diff) | |
download | subsurface-0031b64df74bd80cbb0205f476531111bcc87d58.tar.gz |
Disable Document Mode for MainTab on MacOSX
Commit c4f06dc536392e31a477e592d30fb946f1499595 introduced Document
Mode on the MainTab QTabWidget. This doesn't look good on MacOSX.
Signed-off-by: Henrik Brautaset Aronsen <subsurface@henrik.synth.no>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/maintab.ui')
-rw-r--r-- | qt-ui/maintab.ui | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/qt-ui/maintab.ui b/qt-ui/maintab.ui index 55d4f3a54..c05589d20 100644 --- a/qt-ui/maintab.ui +++ b/qt-ui/maintab.ui @@ -16,9 +16,6 @@ <property name="currentIndex"> <number>3</number> </property> - <property name="documentMode"> - <bool>true</bool> - </property> <widget class="QWidget" name="notesTab"> <attribute name="title"> <string>Dive Notes</string> |