Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(228)

Unified Diff: chrome/browser/cocoa/tab_controller.mm

Issue 42652: Make the standard tab width wider to better match windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 11 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/cocoa/tab_controller.mm
===================================================================
--- chrome/browser/cocoa/tab_controller.mm (revision 12546)
+++ chrome/browser/cocoa/tab_controller.mm (working copy)
@@ -12,7 +12,7 @@
@synthesize action = action_;
+ (float)minTabWidth { return 64.0; }
-+ (float)maxTabWidth { return 160.0; }
++ (float)maxTabWidth { return 220.0; }
- (TabView*)tabView {
return static_cast<TabView*>([self view]);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698