From: Neil Brown Date: Sun, 8 Feb 2009 07:32:39 +0000 (+1100) Subject: runit: make the buttons a bit bigger. X-Git-Url: http://git.neil.brown.name/?a=commitdiff_plain;h=9d87178f1b828ed330fdbe704e4923fa1d3d7b0b;p=freerunner.git runit: make the buttons a bit bigger. I should probably make them look prettier, but at least I can tap them easily now. --- diff --git a/runit/runit.py b/runit/runit.py index 2dc7442..3559737 100644 --- a/runit/runit.py +++ b/runit/runit.py @@ -49,6 +49,7 @@ class Runit(gtk.Window): v.show() h = gtk.HBox(); h.show() + h.set_size_request(-1,70) v.pack_end(h, expand=False) b = gtk.Button('EXIT');