summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGfx/SystemTheme.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Libraries/LibGfx/SystemTheme.cpp')
-rw-r--r--Userland/Libraries/LibGfx/SystemTheme.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/Userland/Libraries/LibGfx/SystemTheme.cpp b/Userland/Libraries/LibGfx/SystemTheme.cpp
index 51c31da807..6e2961a3f7 100644
--- a/Userland/Libraries/LibGfx/SystemTheme.cpp
+++ b/Userland/Libraries/LibGfx/SystemTheme.cpp
@@ -119,9 +119,12 @@ Core::AnonymousBuffer load_system_theme(const String& path)
} while (0)
DO_PATH(TitleButtonIcons, false);
+ DO_PATH(ActiveWindowShadow, true);
+ DO_PATH(InactiveWindowShadow, true);
+ DO_PATH(TaskBarShadow, true);
+ DO_PATH(MenuBarShadow, true);
DO_PATH(MenuShadow, true);
DO_PATH(TooltipShadow, true);
- DO_PATH(WindowShadow, true);
return buffer;
}