Tweak people window size
This commit is contained in:
parent
e8a342c214
commit
a33bdbc8c5
@ -8,7 +8,7 @@ class PeopleWindow(gtk.Window):
|
||||
gtk.Window.__init__(self)
|
||||
|
||||
self.set_type_hint(gtk.gdk.WINDOW_TYPE_HINT_DIALOG)
|
||||
self.set_default_size(620, 460)
|
||||
self.set_default_size(620, 440)
|
||||
|
||||
hbox = gtk.HBox(False, 12)
|
||||
hbox.set_border_width(12)
|
||||
|
Loading…
Reference in New Issue
Block a user