diff --git a/other/thorium-2024-ui.patch b/other/thorium-2024-ui.patch index 4971fe67..92a6358e 100644 --- a/other/thorium-2024-ui.patch +++ b/other/thorium-2024-ui.patch @@ -767,7 +767,7 @@ index b57fb5baa52a7..4fc9467f16b6c 100644 // extends beyond the screen edges. In that case, we must return the // default value. - const int kTopResizeFrameArea = 0; -+ const int kTopResizeFrameArea = features::IsThorium2024() ? 7 : 0; ++ const int kTopResizeFrameArea = features::IsThorium2024() ? 6 : 0; return kTopResizeFrameArea; } @@ -1008,7 +1008,7 @@ index 67b69d18a802e..f2189d01b206f 100644 + } + // Besides the frame border, there's empty space atop the window in restored + // mode, to use to drag the window around. -+ int thickness = 6; ++ constexpr int thickness = 6; + if (delegate_->EverHasVisibleBackgroundTabShapes()) { + thickness = + std::max(thickness, BrowserNonClientFrameView::kMinimumDragHeight);