Commit 5cd41322 authored by sail@chromium.org's avatar sail@chromium.org

Disable scalling of InfoBar icon

This change disables scaling of infobar icons. With this change it should be easier to catch clipping issues due to incorrectly sized infobar icons.

BUG=80432
TEST=Try jobs pending.


Review URL: http://codereview.chromium.org/7134024

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88424 0039d316-1c4b-4281-b951-d872f2087c98
parent 1d85d95f
...@@ -106,7 +106,7 @@ ...@@ -106,7 +106,7 @@
<int key="NSCellFlags">130560</int> <int key="NSCellFlags">130560</int>
<int key="NSCellFlags2">33554432</int> <int key="NSCellFlags2">33554432</int>
<int key="NSAlign">0</int> <int key="NSAlign">0</int>
<int key="NSScale">0</int> <int key="NSScale">2</int>
<int key="NSStyle">0</int> <int key="NSStyle">0</int>
<bool key="NSAnimates">NO</bool> <bool key="NSAnimates">NO</bool>
</object> </object>
......
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