diff options
Diffstat (limited to 'www/chromium/files/patch-ui_views_window_default__frame__view.cc')
-rw-r--r-- | www/chromium/files/patch-ui_views_window_default__frame__view.cc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/chromium/files/patch-ui_views_window_default__frame__view.cc b/www/chromium/files/patch-ui_views_window_default__frame__view.cc new file mode 100644 index 000000000000..37e4d1c3a663 --- /dev/null +++ b/www/chromium/files/patch-ui_views_window_default__frame__view.cc @@ -0,0 +1,11 @@ +--- ui/views/window/default_frame_view.cc.orig 2025-08-07 06:57:29 UTC ++++ ui/views/window/default_frame_view.cc +@@ -285,7 +285,7 @@ int DefaultFrameView::NonClientTopBorderHeight() const + int DefaultFrameView::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; |