No longer make border width hardcoded

CURA-6598
This commit is contained in:
Jaime van Kessel 2019-09-18 14:10:52 +02:00
parent 2571f54d3c
commit fade8d3644
No known key found for this signature in database
GPG key ID: 3710727397403C91

View file

@ -22,7 +22,7 @@ Button
background: Rectangle
{
id: backgroundRectangle
border.width: 1
border.width: UM.Theme.getSize("default_lining").width
border.color: button.checked ? UM.Theme.getColor("setting_control_border_highlight") : "transparent"
color: button.hovered ? UM.Theme.getColor("action_button_hovered") : "transparent"
radius: UM.Theme.getSize("action_button_radius").width