diff options
Diffstat (limited to 'devel/electron37/files/patch-ui_views_window_custom__frame__view.cc')
-rw-r--r-- | devel/electron37/files/patch-ui_views_window_custom__frame__view.cc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/electron37/files/patch-ui_views_window_custom__frame__view.cc b/devel/electron37/files/patch-ui_views_window_custom__frame__view.cc new file mode 100644 index 000000000000..23f1b22ce014 --- /dev/null +++ b/devel/electron37/files/patch-ui_views_window_custom__frame__view.cc @@ -0,0 +1,11 @@ +--- ui/views/window/custom_frame_view.cc.orig 2025-03-24 20:50:14 UTC ++++ ui/views/window/custom_frame_view.cc +@@ -279,7 +279,7 @@ int CustomFrameView::CaptionButtonY() const { + int CustomFrameView::CaptionButtonY() const { + // Maximized buttons start at window top so that even if their images aren't + // drawn flush with the screen edge, they still obey Fitts' Law. +-#if BUILDFLAG(IS_LINUX) ++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + return FrameBorderThickness(); + #else + return frame_->IsMaximized() ? FrameBorderThickness() : kFrameShadowThickness; |