Make the standard tab width wider to better match windows.

Review URL: http://codereview.chromium.org/42652

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12575 0039d316-1c4b-4281-b951-d872f2087c98
parent 2e0c886c
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
@synthesize action = action_; @synthesize action = action_;
+ (float)minTabWidth { return 64.0; } + (float)minTabWidth { return 64.0; }
+ (float)maxTabWidth { return 160.0; } + (float)maxTabWidth { return 220.0; }
- (TabView*)tabView { - (TabView*)tabView {
return static_cast<TabView*>([self view]); return static_cast<TabView*>([self view]);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment