summaryrefslogtreecommitdiff
diff options
authorJay Taoko <jay.taoko@canonical.com>2010-02-26 01:29:57 -0500
committerJay Taoko <jay.taoko@canonical.com>2010-02-26 01:29:57 -0500
commit41f8a3d179d187c2f96d508ff145c919fadf2f9f (patch)
tree187c5f022f3fac0b4289deec884111c4e945d4c4
parentdb809b17d44970d876e32e6768b1f214b775d2d3 (diff)
parent0602ec5e54b2e3fc9f6ad63d26dab8d2417f306d (diff)
Extend the background of the search field so the text remains within the boundaries of the background.
[modified] src/panel/panel-view.vala (bzr r171)
-rw-r--r--src/panel/panel-view.vala2
1 files changed, 1 insertions, 1 deletions
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);