blob: 23f1b22ce0140346dfb79171df1a00a9163a362b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
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;
|