Fix broken sizes due to merged theme entry

Merge conflict went wrong, I think.

Contributes to issue CURA-5876.
This commit is contained in:
Ghostkeeper 2018-12-03 11:59:03 +01:00
parent c8cb3a094a
commit 65d3aa4480
No known key found for this signature in database
GPG key ID: 86BEF881AE2CF276
2 changed files with 2 additions and 2 deletions

View file

@ -101,7 +101,7 @@ Column
// Disable the slice process when
width: parent.width
height: UM.Theme.getSize("action_panel_button").height
height: UM.Theme.getSize("action_button").height
visible: !autoSlice
Cura.PrimaryButton
{