Commit ccd03d41 authored by sumpfralle's avatar sumpfralle

increase initial size of the main window


git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@410 bbaffbd6-741e-11dd-a85d-61de82d9cad9
parent 9b3fab54
......@@ -137,6 +137,8 @@ class ProjectGui:
sys.exit(1)
self.gui.add_from_file(gtk_build_file)
self.window = self.gui.get_object("ProjectWindow")
# increase the initial width of the window (due to hidden elements)
self.window.set_default_size(400, -1)
# initialize the RecentManager
try:
self.recent_manager = gtk.RecentManager()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment