14 lines
554 B
Diff
14 lines
554 B
Diff
diff --git a/chrome/browser/ui/tabs/tab_style.cc b/chrome/browser/ui/tabs/tab_style.cc
|
|
index c34ef729cfe17d769a1aa7d66dc99f8441dc89e4..34a5f9d7d31121405966991d5038a3dbbd67c8e1 100644
|
|
--- a/chrome/browser/ui/tabs/tab_style.cc
|
|
+++ b/chrome/browser/ui/tabs/tab_style.cc
|
|
@@ -15,7 +15,7 @@ constexpr int kSeparatorThickness = 1;
|
|
|
|
// Returns the height of the separator between tabs.
|
|
int GetSeparatorHeight() {
|
|
- return ui::TouchUiController::Get()->touch_ui() ? 24 : 20;
|
|
+ return ui::TouchUiController::Get()->touch_ui() ? 24 : 24;
|
|
}
|
|
|
|
} // namespace
|