Added minimum window size
authorEugene Gagarin <mosfet07@ya.ru>
Wed, 29 Apr 2009 07:04:47 +0000 (11:04 +0400)
committerEugene Gagarin <mosfet07@ya.ru>
Wed, 29 Apr 2009 07:04:47 +0000 (11:04 +0400)
src/main.py

index f36701a..c1ee10c 100755 (executable)
@@ -96,6 +96,7 @@ class Gtk_Presentation(object):
 
         window = gtk.Window()
         window.set_default_size(560, 400)
+        window.set_geometry_hints(None, 560, 400)
         window.set_border_width(4)
         window.set_wmclass('MainWindow', 'FindIT')
         window.connect('destroy', gtk.main_quit)