diff options
author | Petr Mrázek <peterix@gmail.com> | 2016-11-05 15:51:51 +0100 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2016-11-06 00:17:02 +0100 |
commit | 13b575f7a90ef97f3b30f2a2f74bd19d58d375e7 (patch) | |
tree | 4fffdae5bc645bd57d072bf5c3581a2b7613abc8 /application/CMakeLists.txt | |
parent | 495e752f8aef2774702890b8edc93de592c66984 (diff) | |
download | MultiMC-13b575f7a90ef97f3b30f2a2f74bd19d58d375e7.tar MultiMC-13b575f7a90ef97f3b30f2a2f74bd19d58d375e7.tar.gz MultiMC-13b575f7a90ef97f3b30f2a2f74bd19d58d375e7.tar.lz MultiMC-13b575f7a90ef97f3b30f2a2f74bd19d58d375e7.tar.xz MultiMC-13b575f7a90ef97f3b30f2a2f74bd19d58d375e7.zip |
GH-1711 fix inactive element shading in Dark and Bright themes
Diffstat (limited to 'application/CMakeLists.txt')
-rw-r--r-- | application/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/application/CMakeLists.txt b/application/CMakeLists.txt index 38729de4..5ac7001d 100644 --- a/application/CMakeLists.txt +++ b/application/CMakeLists.txt @@ -107,6 +107,8 @@ SET(MULTIMC_SOURCES InstanceWindow.cpp # GUI - themes + themes/FusionTheme.cpp + themes/FusionTheme.h themes/BrightTheme.cpp themes/BrightTheme.h themes/DarkTheme.cpp |