mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-18 12:17:50 -06:00
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:
parent
42d73836f4
commit
a1068a3ef2
4 changed files with 9 additions and 9 deletions
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue