Commit ee92c905 authored by Andrew Xu's avatar Andrew Xu Committed by Commit Bot

[Multipaste] Extra padding between text and the delete button

As demonstrated by the specs, there should be an 8-pixel gap between the
text and the delete button.

Bug: 1131731
Change-Id: Iedcc98ba4253d10ec3acdf828f6d5eab21d6ee47
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2523370
Commit-Queue: Andrew Xu <andrewxu@chromium.org>
Commit-Queue: David Black <dmblack@google.com>
Auto-Submit: Andrew Xu <andrewxu@chromium.org>
Reviewed-by: default avatarDavid Black <dmblack@google.com>
Cr-Commit-Position: refs/heads/master@{#825035}
parent fc2ffee1
......@@ -23,7 +23,7 @@ constexpr int kLabelPreferredHeight = 16;
// The margins of the delete button.
constexpr gfx::Insets kDeleteButtonMargins =
gfx::Insets(/*top=*/0, /*left=*/0, /*bottom=*/0, /*right=*/4);
gfx::Insets(/*top=*/0, /*left=*/8, /*bottom=*/0, /*right=*/4);
} // namespace
namespace ash {
......
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