mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-15 22:25:55 +08:00
Merge branch '4.0' into STAR-322_cloud-connection
This commit is contained in:
commit
b2f32f81e4
@ -558,17 +558,6 @@ Item
|
|||||||
|
|
||||||
onTriggered: Cura.Actions.configureSettingVisibility.trigger(contextMenu);
|
onTriggered: Cura.Actions.configureSettingVisibility.trigger(contextMenu);
|
||||||
}
|
}
|
||||||
MenuSeparator {}
|
|
||||||
MenuItem
|
|
||||||
{
|
|
||||||
text: catalog.i18nc("@action:inmenu", "Collapse All")
|
|
||||||
onTriggered: definitionsModel.collapseAll()
|
|
||||||
}
|
|
||||||
MenuItem
|
|
||||||
{
|
|
||||||
text: catalog.i18nc("@action:inmenu", "Expand All")
|
|
||||||
onTriggered: definitionsModel.expandRecursive()
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
UM.SettingPropertyProvider
|
UM.SettingPropertyProvider
|
||||||
|
@ -229,7 +229,7 @@
|
|||||||
"checkbox_disabled": [223, 223, 223, 255],
|
"checkbox_disabled": [223, 223, 223, 255],
|
||||||
"checkbox_text": [35, 35, 35, 255],
|
"checkbox_text": [35, 35, 35, 255],
|
||||||
|
|
||||||
"tooltip": [68, 192, 255, 255],
|
"tooltip": [25, 25, 25, 255],
|
||||||
"tooltip_text": [255, 255, 255, 255],
|
"tooltip_text": [255, 255, 255, 255],
|
||||||
|
|
||||||
"message_background": [255, 255, 255, 255],
|
"message_background": [255, 255, 255, 255],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user