diff options
author | johnnyg@chromium.org <johnnyg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-01 23:01:29 +0000 |
---|---|---|
committer | johnnyg@chromium.org <johnnyg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-01 23:01:29 +0000 |
commit | a9dc9130e3612bb613575c4ae210148d1fbb5157 (patch) | |
tree | 153b9c4f3d3e83eb5cf897e5018e35294dce41bd /chrome | |
parent | 1146b51a08ad2a0b8ad49f364d191d2aa028f894 (diff) | |
download | chromium_src-a9dc9130e3612bb613575c4ae210148d1fbb5157.zip chromium_src-a9dc9130e3612bb613575c4ae210148d1fbb5157.tar.gz chromium_src-a9dc9130e3612bb613575c4ae210148d1fbb5157.tar.bz2 |
Remove the border around the wrench icon on notification balloons (Windows).
BUG=52545
TEST=notifications on windows
Review URL: http://codereview.chromium.org/3311006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58260 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/browser/views/notifications/balloon_view.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/views/notifications/balloon_view.cc b/chrome/browser/views/notifications/balloon_view.cc index 0f29833..cf0442b 100644 --- a/chrome/browser/views/notifications/balloon_view.cc +++ b/chrome/browser/views/notifications/balloon_view.cc @@ -346,6 +346,7 @@ void BalloonViewImpl::Show(Balloon* balloon) { options_menu_button_->SetHoverIcon(*rb.GetBitmapNamed(IDR_BALLOON_WRENCH_H)); options_menu_button_->SetPushedIcon(*rb.GetBitmapNamed(IDR_BALLOON_WRENCH_P)); options_menu_button_->set_alignment(views::TextButton::ALIGN_CENTER); + options_menu_button_->set_border(NULL); options_menu_button_->SetBounds(GetOptionsButtonBounds()); source_label_->SetFont(rb.GetFont(ResourceBundle::SmallFont)); |