Fix spelling of SetSize :/

This commit is contained in:
cncfanatics
2010-08-19 16:34:30 +02:00
parent 952bb5062b
commit 9bc3e161be

View File

@@ -38,7 +38,7 @@ class MainFrame(wx.Frame):
MainFrame.__instance = self
self.SetMinSize((1000, 700))
self.setSize((1000, 700))
self.SetSize((1000, 700))
#Register menubar events / only quit for now
self.Bind(wx.EVT_MENU, self.ExitApp, id=wx.ID_EXIT)