Commit f17b24b1 authored by Josh Pratt's avatar Josh Pratt Committed by Commit Bot

Use 48x48 rather than 32x32 for Logo in Crostini Installer view

This mitigates pixelisation in the Tux logo when rendered in the Crostini
installer.

Bug: 896540
Change-Id: I1f96206701dcfccef4f806a67adbdb5af9f6fa12
Reviewed-on: https://chromium-review.googlesource.com/c/1288109Reviewed-by: default avatarNicholas Verne <nverne@chromium.org>
Commit-Queue: Nicholas Verne <nverne@chromium.org>
Cr-Commit-Position: refs/heads/master@{#600655}
parent fc405b49
......@@ -318,7 +318,7 @@ CrostiniInstallerView::CrostiniInstallerView(Profile* profile)
// Layout constants from the spec.
constexpr gfx::Insets kDialogInsets(60, 64, 32, 64);
constexpr int kDialogSpacingVertical = 32;
constexpr gfx::Size kLogoImageSize(32, 32);
constexpr gfx::Size kLogoImageSize(48, 48);
views::BoxLayout* layout =
SetLayoutManager(std::make_unique<views::BoxLayout>(
......
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