Commit 8025aa7e authored by Charlene Yan's avatar Charlene Yan Committed by Commit Bot

Changed kBottomMargin of the detached bookmark bar from 4 to 2 pixels.

This makes the detached bookmarks items vertically centered.

Bug: 863697
Change-Id: Icf6529ec0b33255dc8072d5bfacc2f32b0495f93
Reviewed-on: https://chromium-review.googlesource.com/1139191Reviewed-by: default avatarBret Sepulveda <bsep@chromium.org>
Commit-Queue: Charlene Yan <cyan@chromium.org>
Cr-Commit-Position: refs/heads/master@{#575746}
parent 22416b58
...@@ -128,7 +128,7 @@ static const int kMaxButtonWidth = 150; ...@@ -128,7 +128,7 @@ static const int kMaxButtonWidth = 150;
// Margins around the content. // Margins around the content.
static const int kDetachedTopMargin = 1; // When attached, we use 0 and let the static const int kDetachedTopMargin = 1; // When attached, we use 0 and let the
// toolbar above serve as the margin. // toolbar above serve as the margin.
static const int kBottomMargin = 4; static const int kBottomMargin = 2;
static const int kHorizontalMargin = 8; static const int kHorizontalMargin = 8;
// Padding between buttons. // Padding between buttons.
......
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