diff options
author | Tomaz Canabrava <tcanabrava@kde.org> | 2013-09-26 17:02:27 -0300 |
---|---|---|
committer | Tomaz Canabrava <tcanabrava@kde.org> | 2013-09-26 17:02:27 -0300 |
commit | 57ebed9dd0c550e689e30c7c9c2dbdcd4c133b58 (patch) | |
tree | 3a41de194a1036a90485957a2f0a80cd475650cf /qt-gui.cpp | |
parent | 28dd4d144ac75b8ee4a5de913e59f6ad67e84334 (diff) | |
download | subsurface-57ebed9dd0c550e689e30c7c9c2dbdcd4c133b58.tar.gz |
Only set documentMode on tab if in Oxygen style.
This is much better looking in the Oxygen style, and
on the other styles it looks like crap - so let`s not
use that.
Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org>
Diffstat (limited to 'qt-gui.cpp')
-rw-r--r-- | qt-gui.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/qt-gui.cpp b/qt-gui.cpp index 59fa1985e..cb06bf8d5 100644 --- a/qt-gui.cpp +++ b/qt-gui.cpp @@ -95,7 +95,6 @@ void init_ui(int *argcp, char ***argvp) // the Gtk theme makes things unbearably ugly // so switch to Oxygen in this case - qDebug() << application->style()->objectName(); if (application->style()->objectName() == "gtk+") application->setStyle("Oxygen"); |