summaryrefslogtreecommitdiffstats
path: root/qt-ui/simplewidgets.h
diff options
context:
space:
mode:
authorGravatar Tomaz Canabrava <tcanabrava@kde.org>2013-09-27 12:52:01 -0300
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-09-27 09:22:19 -0700
commite81bbc1dabc3601876bd7393c73b49d5ff87ee85 (patch)
treeb519596d9f81b089b5e4d2829068fba621b9358c /qt-ui/simplewidgets.h
parentd6293217993a7601b6e1203cbab1062ba2b2523c (diff)
downloadsubsurface-e81bbc1dabc3601876bd7393c73b49d5ff87ee85.tar.gz
Hack to make the subsurface work on Gnome3 shell
The Gtk+ style on the Gnome shell is somewhat broken on Qt for some reason. This hack pokes the system, checks if it's running gnome-shell, and if the current style is gtk+ ( I couldn't just check for gtk+ since it worked on XFCE and other Gtk based enviro ments. so a double check is needed. ) then I changed the Pallete of the affected widgets by hand. not a pretty hack but worked. [Dirk Hohndel: redid the patch to be simpler and more consistent] Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/simplewidgets.h')
-rw-r--r--qt-ui/simplewidgets.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/qt-ui/simplewidgets.h b/qt-ui/simplewidgets.h
index ffd415767..cf79d19c7 100644
--- a/qt-ui/simplewidgets.h
+++ b/qt-ui/simplewidgets.h
@@ -43,4 +43,6 @@ private:
Ui::RenumberDialog *ui;
};
+bool isGnome3Session();
+
#endif