Commit df860562 authored by Luciano Pacheco's avatar Luciano Pacheco Committed by Commit Bot

Files app: Change min-width for File List column to 40px

Bug: 1058536
Change-Id: I153bc4fd016523e5aa44409798326237e180c247
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2096798
Commit-Queue: Luciano Pacheco <lucmult@chromium.org>
Commit-Queue: Noel Gordon <noel@chromium.org>
Auto-Submit: Luciano Pacheco <lucmult@chromium.org>
Reviewed-by: default avatarNoel Gordon <noel@chromium.org>
Cr-Commit-Position: refs/heads/master@{#748999}
parent 78a2c4eb
...@@ -16,7 +16,7 @@ class FileTableColumnModel extends cr.ui.table.TableColumnModel { ...@@ -16,7 +16,7 @@ class FileTableColumnModel extends cr.ui.table.TableColumnModel {
this.snapshot_ = null; this.snapshot_ = null;
if (util.isFilesNg()) { if (util.isFilesNg()) {
FileTableColumnModel.MIN_WIDTH_ = 24; FileTableColumnModel.MIN_WIDTH_ = 40;
} }
} }
......
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