mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-11 16:00:47 -07:00
Merge branch '5.1'
# Conflicts: # .github/workflows/conan-package.yml # .github/workflows/cura-installer.yml
This commit is contained in:
commit
1a0ecfd850
44 changed files with 70 additions and 43 deletions
|
|
@ -92,6 +92,7 @@ UM.ManagementPage
|
|||
minimumHeight: UM.Theme.getSize("modal_window_minimum").height
|
||||
maximumWidth: minimumWidth * 3
|
||||
maximumHeight: minimumHeight * 3
|
||||
backgroundColor: UM.Theme.getColor("main_background")
|
||||
}
|
||||
|
||||
UM.ConfirmRemoveDialog
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ UM.Dialog
|
|||
property string explanation: catalog.i18nc("@info", "Please provide a new name.")
|
||||
|
||||
title: dialogTitle
|
||||
|
||||
backgroundColor: UM.Theme.getColor("main_background")
|
||||
minimumWidth: UM.Theme.getSize("small_popup_dialog").width
|
||||
minimumHeight: UM.Theme.getSize("small_popup_dialog").height
|
||||
width: minimumWidth
|
||||
|
|
|
|||
|
|
@ -43,7 +43,6 @@ Item
|
|||
qualityType = Cura.MachineManager.activeQualityType
|
||||
} else {
|
||||
qualityType = Cura.MachineManager.getDefaultQualityTypeForIntent(model.intent_category)
|
||||
print(Cura.MachineManager.getDefaultQualityTypeForIntent(model.intent_category))
|
||||
}
|
||||
Cura.IntentManager.selectIntent(model.intent_category, qualityType)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue