From 0602ec5e54b2e3fc9f6ad63d26dab8d2417f306d Mon Sep 17 00:00:00 2001 From: Jay Taoko Date: Fri, 26 Feb 2010 00:18:56 -0500 Subject: Extend the background of the search field so the text remains within the boundaries of the background. [modified] src/panel/panel-view.vala (bzr r170.1.1) --- src/panel/panel-view.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/panel/panel-view.vala b/src/panel/panel-view.vala index b3b5229bd..0e623fc46 100644 --- a/src/panel/panel-view.vala +++ b/src/panel/panel-view.vala @@ -183,7 +183,7 @@ namespace Unity.Panel /* Entry */ child_box.x1 = Math.floorf (child_box.x2 + 12); - child_box.x2 = Math.floorf (child_box.x1 + 150); /* Random width */ + child_box.x2 = Math.floorf (child_box.x1 + 170); /* Random width */ child_box.y1 = Math.floorf (2); child_box.y2 = Math.floorf (PANEL_HEIGHT); -- cgit v1.2.3