Commit 10781354 authored by Gauthier Ambard's avatar Gauthier Ambard Committed by Commit Bot

Increase toolbar height in fullscreen to 30pt

Bug: 848271
Cq-Include-Trybots: luci.chromium.try:ios-simulator-full-configs;master.tryserver.chromium.mac:ios-simulator-cronet
Change-Id: Ie1fab9a63e1b7ca442d3dd7c938c28205128e434
Reviewed-on: https://chromium-review.googlesource.com/1082273
Commit-Queue: Stepan Khapugin <stkhapugin@chromium.org>
Reviewed-by: default avatarStepan Khapugin <stkhapugin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#563578}
parent 8730c9af
......@@ -70,7 +70,7 @@ const CGFloat kAdaptiveLocationBarVerticalMargin = 6.0f;
const CGFloat kToolbarHeight = 56;
const CGFloat kTopToolbarUnsplitMargin = 2;
const CGFloat kAdaptiveToolbarHeight = 48;
const CGFloat kToolbarHeightFullscreen = 20;
const CGFloat kToolbarHeightFullscreen = 30;
NSString* const kToolbarToolsMenuButtonIdentifier =
@"kToolbarToolsMenuButtonIdentifier";
......
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