mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 04:54:04 -06:00
Set a sensible minimum width for the window
This commit is contained in:
parent
85942583b1
commit
e8743abe68
3 changed files with 10 additions and 0 deletions
|
@ -809,3 +809,7 @@ class CuraApplication(QtApplication):
|
|||
|
||||
def _addProfileWriter(self, profile_writer):
|
||||
pass
|
||||
|
||||
@pyqtSlot("QSize")
|
||||
def setMinimumWindowSize(self, size):
|
||||
self.getMainWindow().setMinimumSize(size)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue