Made the selected borders a little thicker

CURA-4148
This commit is contained in:
Mark 2017-09-08 15:18:40 +02:00
parent 748c72760b
commit db77a4690c
2 changed files with 2 additions and 2 deletions

View file

@ -168,7 +168,7 @@ Rectangle
style: ButtonStyle {
background: Rectangle {
border.width: UM.Theme.getSize("default_lining").width
border.width: control.checked ? UM.Theme.getSize("default_lining").width * 2 : UM.Theme.getSize("default_lining").width
border.color: (control.checked || control.pressed) ? UM.Theme.getColor("action_button_active_border") :
control.hovered ? UM.Theme.getColor("action_button_hovered_border") :
UM.Theme.getColor("action_button_border")