Rename action_panel_button theme entry to action_button

Because it's not just used in the save panel.

Contributes to issue CURA-5876.
This commit is contained in:
Ghostkeeper 2018-11-20 14:24:09 +01:00
parent 42d73836f4
commit a1068a3ef2
No known key found for this signature in database
GPG key ID: 86BEF881AE2CF276
4 changed files with 9 additions and 9 deletions

View file

@ -171,7 +171,7 @@ Cura.ExpandableComponent
hoverColor: UM.Theme.getColor("secondary")
textColor: UM.Theme.getColor("primary")
textHoverColor: UM.Theme.getColor("text")
height: UM.Theme.getSize("action_panel_button").height
height: UM.Theme.getSize("action_button").height
onClicked: popupItem.configuration_method = "custom"
}
@ -192,7 +192,7 @@ Cura.ExpandableComponent
hoverColor: UM.Theme.getColor("secondary")
textColor: UM.Theme.getColor("primary")
textHoverColor: UM.Theme.getColor("text")
height: UM.Theme.getSize("action_panel_button").height
height: UM.Theme.getSize("action_button").height
onClicked: popupItem.configuration_method = "auto"
}