From: daid Date: Tue, 20 Mar 2012 15:23:00 +0000 (+0100) Subject: Force minimal size to fix issue #16 X-Git-Tag: RC1~45 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=e9c7135f5c71cf7342518cd8071e7b2531463b8d;p=cura.git Force minimal size to fix issue #16 --- diff --git a/SkeinPyPy/newui/mainWindow.py b/SkeinPyPy/newui/mainWindow.py index fc7e4c88..84f025af 100644 --- a/SkeinPyPy/newui/mainWindow.py +++ b/SkeinPyPy/newui/mainWindow.py @@ -208,6 +208,7 @@ class mainWindow(configBase.configWindowBase): self.updateProfileToControls() self.Fit() + self.SetMinSize(self.GetSize()) self.Centre() self.Show(True)