Commit 8a9af34b authored by jif's avatar jif Committed by Commit bot

Change the iPad tab switcher sign in button width.

BUG=675902

Review-Url: https://codereview.chromium.org/2595473002
Cr-Commit-Position: refs/heads/master@{#439762}
parent 676a125a
...@@ -154,7 +154,7 @@ const CGFloat kSubtitleMinimunLineHeight = 24.0; ...@@ -154,7 +154,7 @@ const CGFloat kSubtitleMinimunLineHeight = 24.0;
@"V:|-0-[title]-12-[subtitle]-48-[button]-0-|", @"V:|-0-[title]-12-[subtitle]-48-[button]-0-|",
@"V:[subtitle]-35-[floatingButton(==48)]-0-|", @"V:[subtitle]-35-[floatingButton(==48)]-0-|",
@"V:[subtitle]-24-[activityIndicator]", @"H:|-[title]-|", @"V:[subtitle]-24-[activityIndicator]", @"H:|-[title]-|",
@"H:|-[subtitle]-|", @"H:[button(==180)]", @"H:[floatingButton(==48)]" @"H:|-[subtitle]-|", @"H:[button(>=180)]", @"H:[floatingButton(==48)]"
]; ];
ApplyVisualConstraints(constraints, viewsDictionary, _container); ApplyVisualConstraints(constraints, viewsDictionary, _container);
......
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