Commit 7559c1fa authored by Alex Newcomer's avatar Alex Newcomer Committed by Commit Bot

cros: Update ClipboardHistoryItemView sizes

UX wants them to be a bit larger.

Bug: 1147637
Change-Id: I6980cc2cf0d35f757ca55e4a0cb1d91291eaa5b0
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2542925
Auto-Submit: Alex Newcomer <newcomer@chromium.org>
Commit-Queue: Andrew Xu <andrewxu@chromium.org>
Reviewed-by: default avatarAndrew Xu <andrewxu@chromium.org>
Cr-Commit-Position: refs/heads/master@{#827987}
parent da8c6534
...@@ -29,7 +29,7 @@ namespace ash { ...@@ -29,7 +29,7 @@ namespace ash {
namespace { namespace {
// The preferred height for the bitmap. // The preferred height for the bitmap.
constexpr int kBitmapHeight = 64; constexpr int kBitmapHeight = 80;
// The margins of the delete button. // The margins of the delete button.
constexpr gfx::Insets kDeleteButtonMargins = constexpr gfx::Insets kDeleteButtonMargins =
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
namespace { namespace {
// The preferred height for the label. // The preferred height for the label.
constexpr int kLabelPreferredHeight = 16; constexpr int kLabelPreferredHeight = 32;
// The margins of the delete button. // The margins of the delete button.
constexpr gfx::Insets kDeleteButtonMargins = constexpr gfx::Insets kDeleteButtonMargins =
......
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