diff options
author | adinardi@chromium.org <adinardi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-19 23:47:02 +0000 |
---|---|---|
committer | adinardi@chromium.org <adinardi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-19 23:47:02 +0000 |
commit | e5866060ae6cb4492e083a4a420439f4453d3ae0 (patch) | |
tree | 157be0b2077ae117cc6ca5186804451f5a49806c /chrome/app | |
parent | 8454aeb88f8c7190a49c1b6cf1d20e37b29f9b00 (diff) | |
download | chromium_src-e5866060ae6cb4492e083a4a420439f4453d3ae0.zip chromium_src-e5866060ae6cb4492e083a4a420439f4453d3ae0.tar.gz chromium_src-e5866060ae6cb4492e083a4a420439f4453d3ae0.tar.bz2 |
Ignore button mouse enter for new tab button
The new tab button mouse enter is handled in the tab strip controller to ensure
an accurate hover indication (the button is an odd shape).
XIB Changes: Update the new tab button's cell class to the new NewTabButtonCell.
BUG=104326
TEST=Hover over the new tab button, it should light up. Hover slightly to the right of it, it shouldn't light up.
Review URL: http://codereview.chromium.org/8566036
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110849 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/nibs/BrowserWindow.xib | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/app/nibs/BrowserWindow.xib b/chrome/app/nibs/BrowserWindow.xib index e19c497..9a326cc 100644 --- a/chrome/app/nibs/BrowserWindow.xib +++ b/chrome/app/nibs/BrowserWindow.xib @@ -285,7 +285,7 @@ <object class="NSAffineTransform"> <bytes key="NSTransformStruct">P4AAAL+AAABDk4AAwcgAAA</bytes> </object> - <string>ImageButtonCell</string> + <string>NewTabButtonCell</string> <string>com.apple.InterfaceBuilder.CocoaPlugin</string> <string>com.apple.InterfaceBuilder.CocoaPlugin</string> </object> |