Fixed thin borders on HiDPI screens

This commit is contained in:
fieldOfView 2015-12-16 13:57:23 +01:00
parent fa9f4ca0ba
commit 1747efeff8
2 changed files with 2 additions and 1 deletions

View file

@ -90,6 +90,7 @@ Rectangle {
background: Rectangle {
//opacity: control.enabled ? 1.0 : 0.5
//Behavior on opacity { NumberAnimation { duration: 50; } }
border.width: UM.Theme.sizes.default_lining.width
border.color: !control.enabled ? UM.Theme.colors.action_button_disabled_border :
control.pressed ? UM.Theme.colors.action_button_active_border :
control.hovered ? UM.Theme.colors.action_button_hovered_border : UM.Theme.colors.action_button_border