Fix typo in method name

CURA-1278
This commit is contained in:
fieldOfView 2016-05-19 16:27:51 +02:00
parent e20691c421
commit 570910187f

View File

@ -62,7 +62,7 @@ Button {
width: height;
onClicked: {
base.showAllHidenInheritedSettings()
base.showAllHiddenInheritedSettings()
}
color: UM.Theme.getColor("setting_control_button")