Index: chrome/browser/ui/cocoa/tab_strip_controller.mm |
=================================================================== |
--- chrome/browser/ui/cocoa/tab_strip_controller.mm (revision 70617) |
+++ chrome/browser/ui/cocoa/tab_strip_controller.mm (working copy) |
@@ -430,7 +430,7 @@ |
+ (CGFloat)defaultIndentForControls { |
// Default indentation leaves enough room so tabs don't overlap with the |
// window controls. |
- return 64.0; |
+ return 68.0; |
} |
// Finds the TabContentsController associated with the given index into the tab |