Chromium Code Reviews| Index: chrome/views/controls/button/checkbox.cc |
| =================================================================== |
| --- chrome/views/controls/button/checkbox.cc (revision 14445) |
| +++ chrome/views/controls/button/checkbox.cc (working copy) |
| @@ -164,6 +164,7 @@ |
| void Checkbox::Init(const std::wstring& label_text) { |
| set_minimum_size(gfx::Size(0, 0)); |
| label_ = new Label(label_text); |
| + label_->set_has_focus_border(true); |
| label_->SetHorizontalAlignment(Label::ALIGN_LEFT); |
| AddChildView(label_); |
| } |