mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 07:03:56 -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
|
@ -85,7 +85,7 @@ Column
|
|||
{
|
||||
id: prepareButton
|
||||
width: parent.width
|
||||
height: UM.Theme.getSize("action_panel_button").height
|
||||
height: UM.Theme.getSize("action_button").height
|
||||
fixedWidthMode: true
|
||||
text:
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue