mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-15 00:16:04 +08:00
Fix typo in method name
CURA-1278
This commit is contained in:
parent
e20691c421
commit
570910187f
@ -62,7 +62,7 @@ Button {
|
|||||||
width: height;
|
width: height;
|
||||||
|
|
||||||
onClicked: {
|
onClicked: {
|
||||||
base.showAllHidenInheritedSettings()
|
base.showAllHiddenInheritedSettings()
|
||||||
}
|
}
|
||||||
|
|
||||||
color: UM.Theme.getColor("setting_control_button")
|
color: UM.Theme.getColor("setting_control_button")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user