diff options
Diffstat (limited to 'GtkUI.py')
-rw-r--r-- | GtkUI.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/GtkUI.py b/GtkUI.py index d371aac..9d68fcc 100644 --- a/GtkUI.py +++ b/GtkUI.py @@ -19,6 +19,7 @@ class UI(gobject.GObject): self.window.connect("delete_event", self.delete_event) #give the window a name self.window.set_title("BlatherGtk") + self.window.set_resizable(False) layout = gtk.VBox() self.window.add(layout) |