Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1314)

Unified Diff: chrome/browser/gtk/notifications/balloon_view_gtk.cc

Issue 3035034: Modified resources for M6 theme. This doesn't actually modify layout yet, ju... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/gtk/location_bar_view_gtk.cc ('k') | chrome/browser/views/location_bar/star_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/gtk/notifications/balloon_view_gtk.cc
===================================================================
--- chrome/browser/gtk/notifications/balloon_view_gtk.cc (revision 53894)
+++ chrome/browser/gtk/notifications/balloon_view_gtk.cc (working copy)
@@ -267,7 +267,7 @@
close_button_.reset(new CustomDrawButton(IDR_BALLOON_CLOSE,
IDR_BALLOON_CLOSE_HOVER,
IDR_BALLOON_CLOSE_HOVER,
- IDR_BALLOON_CLOSE_HOVER));
+ 0));
gtk_widget_set_tooltip_text(close_button_->widget(), dismiss_text.c_str());
g_signal_connect(close_button_->widget(), "clicked",
G_CALLBACK(OnCloseButtonThunk), this);
@@ -281,9 +281,9 @@
// Create a button for showing the options menu, and add it to the toolbar.
options_menu_button_.reset(new CustomDrawButton(IDR_BALLOON_WRENCH,
- IDR_BALLOON_WRENCH_HOVER,
- IDR_BALLOON_WRENCH_HOVER,
- IDR_BALLOON_WRENCH_HOVER));
+ IDR_BALLOON_WRENCH_P,
+ IDR_BALLOON_WRENCH_H,
+ 0));
gtk_widget_set_tooltip_text(options_menu_button_->widget(),
options_text.c_str());
g_signal_connect(options_menu_button_->widget(), "clicked",
« no previous file with comments | « chrome/browser/gtk/location_bar_view_gtk.cc ('k') | chrome/browser/views/location_bar/star_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698