From bbcd29efb5a1ed6bf27334454b2e641a306dad0d Mon Sep 17 00:00:00 2001 From: "ben@chromium.org" Date: Fri, 24 Jul 2009 00:05:06 +0000 Subject: Make the Clear Browsing Data dialog box look a little nicer. - Now use GtkCheckButton's own label instead of the hack one used only by windows. - Render a background for DialogClientView. BUG=none TEST=none Review URL: http://codereview.chromium.org/160066 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21484 0039d316-1c4b-4281-b951-d872f2087c98 --- views/controls/button/checkbox.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'views/controls/button/checkbox.h') diff --git a/views/controls/button/checkbox.h b/views/controls/button/checkbox.h index 86111d1..e515b4f 100644 --- a/views/controls/button/checkbox.h +++ b/views/controls/button/checkbox.h @@ -69,8 +69,8 @@ class Checkbox : public NativeButton { // Called from the constructor to create and configure the checkbox label. void Init(const std::wstring& label_text); - // The checkbox's label. We don't use the OS version because of transparency - // and sizing issues. + // The checkbox's label. We may not be able to use the OS version on some + // platforms because of transparency and sizing issues. Label* label_; // True if the checkbox is checked. -- cgit v1.1