diff options
author | rohitrao@chromium.org <rohitrao@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-07 15:47:50 +0000 |
---|---|---|
committer | rohitrao@chromium.org <rohitrao@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-07 15:47:50 +0000 |
commit | 2dc82cf83b694037e6a96781ab4d49ac72766e0d (patch) | |
tree | f6e5e89c4861c5b629752ea7b7157308cd9f3222 /chrome/app | |
parent | 99653c8a9f80d2115fc5b494b7eac7214c0c5a5e (diff) | |
download | chromium_src-2dc82cf83b694037e6a96781ab4d49ac72766e0d.zip chromium_src-2dc82cf83b694037e6a96781ab4d49ac72766e0d.tar.gz chromium_src-2dc82cf83b694037e6a96781ab4d49ac72766e0d.tar.bz2 |
Changes tab titles to end in "..." rather than being cut off mid-letter.
Nib file changes:
- Changes the "Line Breaks" style to "Truncate Tail" for the TabCell.
Review URL: http://codereview.chromium.org/115043
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15550 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/nibs/en.lproj/TabView.xib | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/app/nibs/en.lproj/TabView.xib b/chrome/app/nibs/en.lproj/TabView.xib index 5cc215f..3cd6798 100644 --- a/chrome/app/nibs/en.lproj/TabView.xib +++ b/chrome/app/nibs/en.lproj/TabView.xib @@ -47,8 +47,8 @@ <reference key="NSSuperview" ref="1005"/> <bool key="NSEnabled">YES</bool> <object class="NSButtonCell" key="NSCell" id="707804163"> - <int key="NSCellFlags">-2080244224</int> - <int key="NSCellFlags2">0</int> + <int key="NSCellFlags">-2080244160</int> + <int key="NSCellFlags2">2048</int> <string key="NSContents">Label</string> <object class="NSFont" key="NSSupport"> <string key="NSName">LucidaGrande</string> |