Add shadows to various used actionbuttons

CURA-5959
This commit is contained in:
Jaime van Kessel 2018-11-23 11:20:53 +01:00
parent a71e75508c
commit 3ba4b9fd81
4 changed files with 18 additions and 10 deletions

View file

@ -115,6 +115,9 @@ Column
textHoverColor: UM.Theme.getColor("text")
onClicked: UM.Controller.setActiveStage("PreviewStage")
visible: UM.Controller.activeStage != null && UM.Controller.activeStage.stageId != "PreviewStage"
shadowEnabled: true
shadowColor: UM.Theme.getColor("action_button_disabled_shadow")
}
Cura.OutputDevicesActionButton