Commit f4c3ecbd authored by groby@chromium.org's avatar groby@chromium.org

[rAC, OSX] labels should not draw background.

BUG=286519
R=isherman@chromium.org

Review URL: https://chromiumcodereview.appspot.com/23498027

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@222188 0039d316-1c4b-4281-b951-d872f2087c98
parent 80c1b5a7
...@@ -466,6 +466,7 @@ bool CompareInputRows(const autofill::DetailInput* input1, ...@@ -466,6 +466,7 @@ bool CompareInputRows(const autofill::DetailInput* input1,
[label setStringValue:labelText]; [label setStringValue:labelText];
[label setEditable:NO]; [label setEditable:NO];
[label setBordered:NO]; [label setBordered:NO];
[label setDrawsBackground:NO];
[label sizeToFit]; [label sizeToFit];
return label.autorelease(); return label.autorelease();
} }
......
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