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

@ -17,7 +17,8 @@ Item
id: saveToButton
height: parent.height
fixedWidthMode: true
shadowEnabled: true
shadowColor: UM.Theme.getColor("primary_shadow")
anchors
{
top: parent.top
@ -42,6 +43,9 @@ Item
id: deviceSelectionMenu
height: parent.height
shadowEnabled: true
shadowColor: UM.Theme.getColor("primary_shadow")
anchors
{
top: parent.top