Commit 4fc74f64 authored by Jesse Schettler's avatar Jesse Schettler Committed by Chromium LUCI CQ

scanning: Set minimum window size of the Scan app

To align with the spec, set the Scan app's minimum width to 600px and
its minimum height to 420px.

Bug: 1059779
Change-Id: Ibdcb95f47533748c4be2b57892edfab7c61aaed3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2568070
Auto-Submit: Jesse Schettler <jschettler@chromium.org>
Commit-Queue: Giovanni Ortuño Urquidi <ortuno@chromium.org>
Reviewed-by: default avatarGiovanni Ortuño Urquidi <ortuno@chromium.org>
Cr-Commit-Position: refs/heads/master@{#832654}
parent ce4e5e0e
......@@ -203,6 +203,7 @@ base::flat_map<SystemAppType, SystemAppInfo> CreateSystemWebApps(
SystemAppInfo("Scanning", GURL("chrome://scanning"),
base::BindRepeating(
&CreateWebAppInfoForScanningSystemWebApp)));
infos.at(SystemAppType::SCANNING).minimum_window_size = {600, 420};
}
if (SystemWebAppManager::IsAppEnabled(
......
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