From 601daf9e72a94c42dfcaa497ed8dfec2fecb1c25 Mon Sep 17 00:00:00 2001 From: daboe01 Date: Tue, 13 Jan 2026 22:40:38 +0100 Subject: [PATCH] fixed: docmodal black bar on top --- AppKit/Themes/Aristo3/ThemeDescriptors.j | 1 + 1 file changed, 1 insertion(+) diff --git a/AppKit/Themes/Aristo3/ThemeDescriptors.j b/AppKit/Themes/Aristo3/ThemeDescriptors.j index cc0b518a4..a5b4a70a1 100644 --- a/AppKit/Themes/Aristo3/ThemeDescriptors.j +++ b/AppKit/Themes/Aristo3/ThemeDescriptors.j @@ -7481,6 +7481,7 @@ var themedButtonValues = nil, var themeValues = [ [@"bezel-color", bezelColor], [@"body-color", [CPColor whiteColor]], + [@"shadow-height", 0.0], [@"title-bar-height", 0.0] ];