summaryrefslogtreecommitdiffstats
path: root/application/themes/DarkTheme.cpp
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2016-10-22 01:43:36 +0200
committerPetr Mrázek <peterix@gmail.com>2016-10-22 01:43:36 +0200
commitbbe139dce51a7965394c800cac974946820d3869 (patch)
treeaa271175a3df6ada20932e4cf898c723b1238775 /application/themes/DarkTheme.cpp
parent872cfe036d9472739939ad401dbe9511193d62ca (diff)
downloadMultiMC-bbe139dce51a7965394c800cac974946820d3869.tar
MultiMC-bbe139dce51a7965394c800cac974946820d3869.tar.gz
MultiMC-bbe139dce51a7965394c800cac974946820d3869.tar.lz
MultiMC-bbe139dce51a7965394c800cac974946820d3869.tar.xz
MultiMC-bbe139dce51a7965394c800cac974946820d3869.zip
GH-903 force Dark theme to use Fusion Qt style
Themes now include Qt styles.
Diffstat (limited to 'application/themes/DarkTheme.cpp')
-rw-r--r--application/themes/DarkTheme.cpp5
1 files changed, 5 insertions, 0 deletions
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;