From 99aeaf4dee63c9feeab93d0ee3d2c51f1cc9b2ad Mon Sep 17 00:00:00 2001 From: "tony@chromium.org" Date: Mon, 24 Aug 2009 20:45:44 +0000 Subject: Reduce the status bubble rounding by a pixel. Since we don't have real rounded corners, make the corner look less blocky and only clip by 3 pixels. This matches the "rounding" of the bottom of the find box. Review URL: http://codereview.chromium.org/174344 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24139 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/gtk/status_bubble_gtk.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome/browser/gtk/status_bubble_gtk.cc') diff --git a/chrome/browser/gtk/status_bubble_gtk.cc b/chrome/browser/gtk/status_bubble_gtk.cc index 335d780..e21f581 100644 --- a/chrome/browser/gtk/status_bubble_gtk.cc +++ b/chrome/browser/gtk/status_bubble_gtk.cc @@ -26,7 +26,7 @@ const int kInternalTopBottomPadding = 1; const int kInternalLeftRightPadding = 2; // The radius of the edges of our bubble. -const int kCornerSize = 4; +const int kCornerSize = 3; // Milliseconds before we hide the status bubble widget when you mouseout. const int kHideDelay = 250; -- cgit v1.1