Mac: don't set default max widths in task manager
Currently, if no max width is specified, we use 1.5 * min_width as the max which can be insufficient especially in longer languages (but this also affects English: for example, on my machine "GPU memory" nor "Keepalive count" can fit the name in the header). This change leaves the max width unset if it's not specified. It also changes the autoresizing style to "Sequential" which prioritizes in leading to trailing order, to ensure "Task" is prioritized for resizes. Bug: 1109129 Change-Id: I238942541af72b4baea4d61b98e5cfcaa795ff98 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2317837Reviewed-by:Robert Sesek <rsesek@chromium.org> Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Commit-Queue: Leonard Grey <lgrey@chromium.org> Cr-Commit-Position: refs/heads/master@{#792039}
Showing
Please register or sign in to comment