diff options
author | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-24 00:05:06 +0000 |
---|---|---|
committer | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-24 00:05:06 +0000 |
commit | bbcd29efb5a1ed6bf27334454b2e641a306dad0d (patch) | |
tree | 652703ab73a55f9bf55d4cf976a3c1b8d2fec75f /views/controls/button/checkbox.h | |
parent | 8569eafc863900c15ba3df7da5b05ac8ec145ec5 (diff) | |
download | chromium_src-bbcd29efb5a1ed6bf27334454b2e641a306dad0d.zip chromium_src-bbcd29efb5a1ed6bf27334454b2e641a306dad0d.tar.gz chromium_src-bbcd29efb5a1ed6bf27334454b2e641a306dad0d.tar.bz2 |
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
Diffstat (limited to 'views/controls/button/checkbox.h')
-rw-r--r-- | views/controls/button/checkbox.h | 4 |
1 files changed, 2 insertions, 2 deletions
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. |