Commit 870f8434 authored by Daniel Zhang's avatar Daniel Zhang Committed by Commit Bot

cros: Change character limit of folders.

Change character limit of folders from 80 to 28. 80 is considered too large.

Bug: 869643
Change-Id: I05d88ea55094d9a9d175740c16ed429b1ad5a53b
Reviewed-on: https://chromium-review.googlesource.com/1176643Reviewed-by: default avatarXiyuan Xia <xiyuan@chromium.org>
Commit-Queue: Daniel Zhang <oxyflush@google.com>
Cr-Commit-Position: refs/heads/master@{#583715}
parent 1ba1336e
......@@ -114,7 +114,7 @@ const size_t kMaxFolderPages = 3;
const size_t kMaxFolderItemsPerPage = 16;
// Maximum length of the folder name in chars.
const size_t kMaxFolderNameChars = 80;
const size_t kMaxFolderNameChars = 28;
// Font style for app item labels.
const ui::ResourceBundle::FontStyle kItemTextFontStyle =
......
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