mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 13:34:01 -06:00
Merge branch 'master' into feature_print_monitoring
# Conflicts: # resources/qml/Cura.qml
This commit is contained in:
commit
55af0af755
5 changed files with 17 additions and 6 deletions
|
@ -813,3 +813,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