Force minimal size to fix issue #16

This commit is contained in:
daid 2012-03-20 16:23:00 +01:00
parent c71bc3e9e0
commit e9c7135f5c

View file

@ -208,6 +208,7 @@ class mainWindow(configBase.configWindowBase):
self.updateProfileToControls()
self.Fit()
self.SetMinSize(self.GetSize())
self.Centre()
self.Show(True)