mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-05 19:06:09 +08:00
Force minimal size to fix issue #16
This commit is contained in:
parent
c71bc3e9e0
commit
e9c7135f5c
@ -208,6 +208,7 @@ class mainWindow(configBase.configWindowBase):
|
||||
self.updateProfileToControls()
|
||||
|
||||
self.Fit()
|
||||
self.SetMinSize(self.GetSize())
|
||||
self.Centre()
|
||||
self.Show(True)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user