summaryrefslogtreecommitdiffstats
path: root/chrome/browser/cocoa
diff options
context:
space:
mode:
authorrsesek@chromium.org <rsesek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-30 20:20:58 +0000
committerrsesek@chromium.org <rsesek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-30 20:20:58 +0000
commit23c1beb39a421b4f78e95dca866c5a06d523dd08 (patch)
treebb1941b0f008d5ea7b35a756cb43592f7f88cde7 /chrome/browser/cocoa
parent1e376f52306f59f963d6f3e15a83d8ad3808c8b9 (diff)
downloadchromium_src-23c1beb39a421b4f78e95dca866c5a06d523dd08.zip
chromium_src-23c1beb39a421b4f78e95dca866c5a06d523dd08.tar.gz
chromium_src-23c1beb39a421b4f78e95dca866c5a06d523dd08.tar.bz2
[Mac] Make the "Get themes" button in Preferences a link (again)
BUG=21414 TEST=Preferences-->Personal Stuff, "Get themes..." is a hyperlink. Review URL: http://codereview.chromium.org/244047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27649 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/cocoa')
-rw-r--r--chrome/browser/cocoa/hyperlink_button_cell.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/browser/cocoa/hyperlink_button_cell.h b/chrome/browser/cocoa/hyperlink_button_cell.h
index 67b5c20..2342050 100644
--- a/chrome/browser/cocoa/hyperlink_button_cell.h
+++ b/chrome/browser/cocoa/hyperlink_button_cell.h
@@ -13,6 +13,8 @@
// 1. Drag out an NSButton.
// 2. Double click on the button so you have the cell component selected.
// 3. In the Identity panel of the inspector, set the custom class to this.
+// 4. In the Attributes panel, change the Bezel to Square.
+// 5. In the Size panel, set the Height to 16.
@interface HyperlinkButtonCell : NSButtonCell {
scoped_nsobject<NSColor> textColor_;
}