Completely remove the size= statement, minSize takes care of it
This commit is contained in:
@@ -27,7 +27,7 @@ import aboutData
|
||||
|
||||
class MainFrame(wx.Frame):
|
||||
def __init__(self):
|
||||
wx.Frame.__init__(self, None, wx.ID_ANY, title="pyfa - Python Fitting Assistant", size=(1000,700))
|
||||
wx.Frame.__init__(self, None, wx.ID_ANY, title="pyfa - Python Fitting Assistant")
|
||||
self.SetMinSize((1000, 700))
|
||||
|
||||
#Add menu
|
||||
|
||||
Reference in New Issue
Block a user