diff options
author | Andreas Kling <kling@serenityos.org> | 2021-03-31 23:22:06 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-03-31 23:38:26 +0200 |
commit | 0e798234c7cb45012910584215783694433a7cdc (patch) | |
tree | 88e2cac951c4a3f17d6b1ac462f9d51b0a0d626c /Base | |
parent | 19c578024bfb3a22e18650b48e0241042ad67d03 (diff) | |
download | serenity-0e798234c7cb45012910584215783694433a7cdc.zip |
WindowServer+LibGfx: Remove code for drawing the old-style menu bar
Diffstat (limited to 'Base')
-rw-r--r-- | Base/res/themes/Default.ini | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Base/res/themes/Default.ini b/Base/res/themes/Default.ini index 7bba9cd62f..3b7ab90f77 100644 --- a/Base/res/themes/Default.ini +++ b/Base/res/themes/Default.ini @@ -75,7 +75,6 @@ TitleButtonHeight=15 [Paths] ActiveWindowShadow=/res/icons/themes/Default/frame-shadow-dark.png InactiveWindowShadow=/res/icons/themes/Default/frame-shadow-light.png -MenuBarShadow=/res/icons/themes/Default/frame-shadow-light.png MenuShadow=/res/icons/themes/Default/frame-shadow-light.png TaskBarShadow=/res/icons/themes/Default/frame-shadow-light.png TooltipShadow=/res/icons/themes/Default/frame-shadow-light.png |