mirror of
https://github.com/browseros-ai/BrowserOS.git
synced 2026-05-13 23:53:25 +00:00
fix: grab handle size (#414)
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
diff --git a/chrome/browser/ui/views/frame/layout/browser_view_tabbed_layout_impl.cc b/chrome/browser/ui/views/frame/layout/browser_view_tabbed_layout_impl.cc
|
||||
index 2ad3b0006ad01..71dd1c47498b1 100644
|
||||
--- a/chrome/browser/ui/views/frame/layout/browser_view_tabbed_layout_impl.cc
|
||||
+++ b/chrome/browser/ui/views/frame/layout/browser_view_tabbed_layout_impl.cc
|
||||
@@ -47,7 +47,7 @@ constexpr int kLoadingBarOffset =
|
||||
kLoadingBarHeight - views::Separator::kThickness;
|
||||
|
||||
// Minimum area next to caption buttons to use as a grab handle.
|
||||
-constexpr int kVerticalTabsGrabHandleSize = 40;
|
||||
+constexpr int kVerticalTabsGrabHandleSize = 5;
|
||||
|
||||
// Maximum portion of the window a "size-restricted" contents-height side panel
|
||||
// can take up. This is not the only limit on side panel size.
|
||||
Reference in New Issue
Block a user