From 23c1beb39a421b4f78e95dca866c5a06d523dd08 Mon Sep 17 00:00:00 2001 From: "rsesek@chromium.org" Date: Wed, 30 Sep 2009 20:20:58 +0000 Subject: [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 --- chrome/browser/cocoa/hyperlink_button_cell.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'chrome/browser/cocoa') 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 textColor_; } -- cgit v1.1