mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 23:19:01 +08:00
Merge branch 'patch-4' of https://github.com/thopiekar/Cura into thopiekar-patch-4
This commit is contained in:
commit
377c7f1438
@ -16,7 +16,7 @@ Cura.ExpandableComponent
|
|||||||
contentPadding: UM.Theme.getSize("default_lining").width
|
contentPadding: UM.Theme.getSize("default_lining").width
|
||||||
contentHeaderTitle: catalog.i18nc("@label", "Print settings")
|
contentHeaderTitle: catalog.i18nc("@label", "Print settings")
|
||||||
enabled: !preSlicedData
|
enabled: !preSlicedData
|
||||||
disabledText: catalog.i18nc("@label shown when we load a Gcode file", "Print setup disabled. G code file can not be modified.")
|
disabledText: catalog.i18nc("@label shown when we load a Gcode file", "Print setup disabled. G-code file can not be modified.")
|
||||||
|
|
||||||
UM.I18nCatalog
|
UM.I18nCatalog
|
||||||
{
|
{
|
||||||
@ -32,4 +32,4 @@ Cura.ExpandableComponent
|
|||||||
|
|
||||||
onExpandedChanged: UM.Preferences.setValue("view/settings_visible", expanded)
|
onExpandedChanged: UM.Preferences.setValue("view/settings_visible", expanded)
|
||||||
Component.onCompleted: expanded = UM.Preferences.getValue("view/settings_visible")
|
Component.onCompleted: expanded = UM.Preferences.getValue("view/settings_visible")
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user