From bbe139dce51a7965394c800cac974946820d3869 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Sat, 22 Oct 2016 01:43:36 +0200 Subject: GH-903 force Dark theme to use Fusion Qt style Themes now include Qt styles. --- application/themes/DarkTheme.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'application/themes/DarkTheme.cpp') diff --git a/application/themes/DarkTheme.cpp b/application/themes/DarkTheme.cpp index 7445dedf..497be1f4 100644 --- a/application/themes/DarkTheme.cpp +++ b/application/themes/DarkTheme.cpp @@ -10,6 +10,11 @@ QString DarkTheme::name() return QObject::tr("Dark"); } +QString DarkTheme::qtTheme() +{ + return "Fusion"; +} + QPalette DarkTheme::colorScheme() { QPalette darkPalette; -- cgit v1.2.3