Tweak address entry length
This commit is contained in:
@@ -56,7 +56,7 @@ class Toolbar(gtk.Toolbar):
|
|||||||
self._entry = AddressEntry()
|
self._entry = AddressEntry()
|
||||||
self._entry.connect("activate", self._entry_activate_cb)
|
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)
|
self._entry.set_size_request(width, -1)
|
||||||
|
|
||||||
address_item.add(self._entry)
|
address_item.add(self._entry)
|
||||||
|
|||||||
Reference in New Issue
Block a user