From 2fe83853ac09b2e9b8de65d4e9528ebbd29e8822 Mon Sep 17 00:00:00 2001 From: daboe01 Date: Sat, 10 Jan 2026 10:12:51 +0100 Subject: [PATCH] Revert "fixed: popup-position from IB" This reverts commit cd940d64edbff29cb45b4e417382bef09bef27a5. --- AppKit/Themes/Aristo3/ThemeDescriptors.j | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AppKit/Themes/Aristo3/ThemeDescriptors.j b/AppKit/Themes/Aristo3/ThemeDescriptors.j index dca8c2b43..c543d1d11 100644 --- a/AppKit/Themes/Aristo3/ThemeDescriptors.j +++ b/AppKit/Themes/Aristo3/ThemeDescriptors.j @@ -1282,7 +1282,7 @@ var themedButtonValues = nil, // We must include CPThemeStateBordered here to override CPButton's definition [@"min-size", CGSizeMake(32.0, 21.0), [CPButtonStateBezelStyleRounded, CPThemeStateBordered]], [@"max-size", CGSizeMake(-1.0, 21.0), [CPButtonStateBezelStyleRounded, CPThemeStateBordered]], - [@"nib2cib-adjustment-frame", CGRectMake(2.0, -12.0, -5.0, -4.5), [CPButtonStateBezelStyleRounded, CPThemeStateBordered]], + [@"nib2cib-adjustment-frame", CGRectMake(2.0, -14.0, -5.0, -5.0), [CPButtonStateBezelStyleRounded, CPThemeStateBordered]], // Small size [@"bezel-color", smallButtonCssColor, [CPButtonStateBezelStyleRounded, CPThemeStateControlSizeSmall, CPThemeStateBordered, CPThemeStateKeyWindow]],