Commit 14eb3c22 authored by lgrey's avatar lgrey Committed by Commit bot

[Mac] Restore bookmark bar no items text field to uneditable

BUG=700327

Review-Url: https://codereview.chromium.org/2743803003
Cr-Commit-Position: refs/heads/master@{#456171}
parent 1ac3eb66
......@@ -93,6 +93,7 @@ static const CGFloat kTextFieldTrailingPadding = 5;
[noItemTextfield_ setFont:smallSystemFont];
[noItemTextfield_
setStringValue:l10n_util::GetNSString(IDS_BOOKMARKS_NO_ITEMS)];
[noItemTextfield_ setEditable:NO];
[noItemTextfield_ setBordered:NO];
[[noItemTextfield_ cell] setLineBreakMode:NSLineBreakByTruncatingTail];
......
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