Commit 6d14c2d7 authored by minch's avatar minch Committed by Commit Bot

Update desk thumbnail radius on new spec.

Bug: 988517
Change-Id: I3643af0ada3f390440e9a65c28990bc43f92ae80
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1737328Reviewed-by: default avatarXiaoqian Dai <xdai@chromium.org>
Commit-Queue: Min Chen <minch@chromium.org>
Cr-Commit-Position: refs/heads/master@{#684130}
parent a91079b2
......@@ -26,7 +26,7 @@ constexpr int kDeskPreviewHeight = 64;
constexpr int kBorderSize = 2;
// The rounded corner radii, also in dips.
constexpr gfx::RoundedCornersF kCornerRadii(2);
constexpr gfx::RoundedCornersF kCornerRadii(4);
// Holds data about the original desk's layers to determine what we should do
// when we attempt to mirror those layers.
......
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