summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_nibs.gypi
diff options
context:
space:
mode:
authorccameron@chromium.org <ccameron@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-18 19:08:15 +0000
committerccameron@chromium.org <ccameron@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-18 19:08:15 +0000
commit21d40e30a0167c4e8daf372cf34d455d6aaa6022 (patch)
tree3d7d76542dd4623b92dd149067a623bca8514c84 /chrome/chrome_nibs.gypi
parente2b19bb58a2705f4a4f5cc62f7835e2243669978 (diff)
downloadchromium_src-21d40e30a0167c4e8daf372cf34d455d6aaa6022.zip
chromium_src-21d40e30a0167c4e8daf372cf34d455d6aaa6022.tar.gz
chromium_src-21d40e30a0167c4e8daf372cf34d455d6aaa6022.tar.bz2
Fix remaining SadTabView anti-aliasing issues.
The SadTabView is in a strange situation where it is set up almost entirely programmatically, but yet it is still loaded through an xib. Remove the programmatically set up and arranged elements from the xib entirely, and allocate them manually. Use a subclass of NSTextField to with isOpaque overwritten to enable text anti-aliasing. Use NSTextField instead of NSTextView because the manual resizing code is written against NSTextField, and lines get broken in different places when switching to NSTextView. BUG=351456 Review URL: https://codereview.chromium.org/202783002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@257707 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_nibs.gypi')
-rw-r--r--chrome/chrome_nibs.gypi2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/chrome_nibs.gypi b/chrome/chrome_nibs.gypi
index 451b1fa..551841e 100644
--- a/chrome/chrome_nibs.gypi
+++ b/chrome/chrome_nibs.gypi
@@ -44,7 +44,6 @@
'app/nibs/MainMenu.xib',
'app/nibs/OneClickSigninBubble.xib',
'app/nibs/OneClickSigninDialog.xib',
- 'app/nibs/SadTab.xib',
'app/nibs/SaveAccessoryView.xib',
'app/nibs/SpeechRecognitionBubble.xib',
'app/nibs/TaskManager.xib',
@@ -62,6 +61,7 @@
'app/nibs/InfoBar.xib',
'app/nibs/Notification.xib',
'app/nibs/Panel.xib',
+ 'app/nibs/SadTab.xib',
], # mac_untranslated_xibs
'mac_all_xibs': [
'<@(mac_translated_xibs)',