Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2006-10-12 01:10:14 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2006-10-12 01:10:14 (GMT)
commit5cc6ee3235b6b1301f14f7aae9d1a36abef45557 (patch)
tree0f88afcb06a9c7a7126638644df0312733ff52ff
parentd01a5cdf950b7421703e2a018ee0306935e79555 (diff)
Make the entry a bit bigger
-rw-r--r--activities/browser/AddressItem.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/activities/browser/AddressItem.py b/activities/browser/AddressItem.py
index 6d23652..26d3a33 100644
--- a/activities/browser/AddressItem.py
+++ b/activities/browser/AddressItem.py
@@ -11,7 +11,7 @@ class AddressItem(gtk.ToolItem):
gtk.ToolItem.__init__(self)
entry = gtk.Entry()
- width = int(gtk.gdk.screen_width() / 2)
+ width = int(gtk.gdk.screen_width() / 3 * 2)
entry.set_size_request(width, -1)
entry.connect("activate", self.__activate_cb)
self.add(entry)