Remove border of the popup selector for the output devices.

Contributes to CURA-5959.
This commit is contained in:
Diego Prado Gesto 2018-11-26 14:29:42 +01:00
parent b63c4f7a74
commit 12f78fa21a

View file

@ -94,10 +94,7 @@ Item
{
opacity: visible ? 1 : 0
Behavior on opacity { NumberAnimation { duration: 100 } }
radius: UM.Theme.getSize("default_radius").width
color: UM.Theme.getColor("action_panel_secondary")
border.color: UM.Theme.getColor("lining")
border.width: UM.Theme.getSize("default_lining").width
}
}
}