Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/activities
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2006-10-20 14:34:42 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2006-10-20 14:34:42 (GMT)
commit01ad8968be0f72ddddac26eb6e1bd6f98d826a6f (patch)
treee1ca322fff9b1d8fcc4445c20008cd3d3396fe02 /activities
parentf997d02a7a76e64e1ff963b1621bfbcb28c29525 (diff)
Tweak address entry length
Diffstat (limited to 'activities')
-rw-r--r--activities/web/toolbar.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/activities/web/toolbar.py b/activities/web/toolbar.py
index 38dd3fb..f66b7d9 100644
--- a/activities/web/toolbar.py
+++ b/activities/web/toolbar.py
@@ -56,7 +56,7 @@ class Toolbar(gtk.Toolbar):
self._entry = AddressEntry()
self._entry.connect("activate", self._entry_activate_cb)
- width = int(gtk.gdk.screen_width() / 3 * 2)
+ width = int(gtk.gdk.screen_width() / 1.8)
self._entry.set_size_request(width, -1)
address_item.add(self._entry)