mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 05:23:58 -06:00
Add shadows to various used actionbuttons
CURA-5959
This commit is contained in:
parent
a71e75508c
commit
3ba4b9fd81
4 changed files with 18 additions and 10 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue