From: Youness Alaoui Date: Thu, 30 Jul 2015 21:03:26 +0000 (-0400) Subject: Fix quickprint panel not resizing itself when new options require more space X-Git-Tag: lulzbot-15.02.1-2.01~55^2~3 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=cc1a5ac94c06b82ed820899b4cff37e99e9ff51f;p=cura.git Fix quickprint panel not resizing itself when new options require more space --- diff --git a/Cura/gui/simpleMode.py b/Cura/gui/simpleMode.py index cced2675..9b35a7b9 100644 --- a/Cura/gui/simpleMode.py +++ b/Cura/gui/simpleMode.py @@ -164,6 +164,7 @@ class simpleModePanel(wx.Panel): boxsizer.Add(button) button.Bind(wx.EVT_CHECKBOX, self._update) self.Layout() + self.GetParent().Fit() # Do not call the callback on the initial UI build if e is not None: