Commit 8fc5ed50 authored by iseki's avatar iseki Committed by Commit bot

Expand minimum size of the window to avoid cut off context menu

BUG=259656
TEST=manually

Review URL: https://codereview.chromium.org/510713002

Cr-Commit-Position: refs/heads/master@{#292348}
parent d85394fc
...@@ -614,7 +614,7 @@ var FILE_MANAGER_WINDOW_CREATE_OPTIONS = Object.freeze({ ...@@ -614,7 +614,7 @@ var FILE_MANAGER_WINDOW_CREATE_OPTIONS = Object.freeze({
height: Math.round(window.screen.availHeight * 0.8) height: Math.round(window.screen.availHeight * 0.8)
}), }),
minWidth: 480, minWidth: 480,
minHeight: 240, minHeight: 300,
hidden: true hidden: true
}); });
......
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