summaryrefslogtreecommitdiffstats
path: root/qt-gui.cpp
diff options
context:
space:
mode:
authorGravatar Tomaz Canabrava <tcanabrava@kde.org>2013-09-26 16:51:11 -0300
committerGravatar Tomaz Canabrava <tcanabrava@kde.org>2013-09-26 16:51:11 -0300
commit8f94b904dd122ea2b6988fc04781a08637d02f60 (patch)
tree0bc81c9ec9acd6e86dcc6d4e5aad51c2e68270c2 /qt-gui.cpp
parentd6f2988bcf1b950e60fb820fe1bd5e96c025c979 (diff)
downloadsubsurface-8f94b904dd122ea2b6988fc04781a08637d02f60.tar.gz
Cleanup the prettyness of subsurface on Gtk+ style.
Fix some stuff concerning the pretyness of subsurface while running on Gnome and XFCE enviroments. This is the kind of stuff that I really didn`t want to put on the code but sometimes it`s for the best. this makes the MainTab much more bearable. There are still things to fix, like the size and positioning of some of the icons. Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org>
Diffstat (limited to 'qt-gui.cpp')
-rw-r--r--qt-gui.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-gui.cpp b/qt-gui.cpp
index cb06bf8d5..59fa1985e 100644
--- a/qt-gui.cpp
+++ b/qt-gui.cpp
@@ -95,6 +95,7 @@ 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");