From 13ee61d7b61d186baeb2fec423e7b2b0a17c7e98 Mon Sep 17 00:00:00 2001 From: "tc@google.com" Date: Mon, 18 May 2009 21:28:49 +0000 Subject: Force the font size in the omnibox, tabs, find bar, and download shelf so we don't get layout overflow issues. Ideally, we would have vector graphics for buttons and stuff so this wouldn't be an issue, but for now, this will have to do. BUG=11128 Review URL: http://codereview.chromium.org/113546 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16327 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/gtk/link_button_gtk.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'chrome/browser/gtk/link_button_gtk.h') diff --git a/chrome/browser/gtk/link_button_gtk.h b/chrome/browser/gtk/link_button_gtk.h index 745c943..3a37fed 100644 --- a/chrome/browser/gtk/link_button_gtk.h +++ b/chrome/browser/gtk/link_button_gtk.h @@ -17,6 +17,8 @@ class LinkButtonGtk { GtkWidget* widget() { return widget_.get(); } + GtkWidget* label() { return label_; } + private: // Called when the pointer enters or leaves the button. static gboolean OnEnter(GtkWidget* widget, LinkButtonGtk* link_button); -- cgit v1.1