mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 06:19:05 +08:00
Fixed thin borders on HiDPI screens
This commit is contained in:
parent
fa9f4ca0ba
commit
1747efeff8
@ -90,6 +90,7 @@ Rectangle {
|
|||||||
background: Rectangle {
|
background: Rectangle {
|
||||||
//opacity: control.enabled ? 1.0 : 0.5
|
//opacity: control.enabled ? 1.0 : 0.5
|
||||||
//Behavior on opacity { NumberAnimation { duration: 50; } }
|
//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 :
|
border.color: !control.enabled ? UM.Theme.colors.action_button_disabled_border :
|
||||||
control.pressed ? UM.Theme.colors.action_button_active_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
|
control.hovered ? UM.Theme.colors.action_button_hovered_border : UM.Theme.colors.action_button_border
|
||||||
|
@ -12,7 +12,7 @@ QtObject {
|
|||||||
ButtonStyle {
|
ButtonStyle {
|
||||||
background: Rectangle {
|
background: Rectangle {
|
||||||
color: UM.Theme.colors.setting_control
|
color: UM.Theme.colors.setting_control
|
||||||
border.width: 1
|
border.width: UM.Theme.sizes.default_lining.width
|
||||||
border.color: control.hovered ? UM.Theme.colors.setting_control_border_highlight : UM.Theme.colors.setting_control_border
|
border.color: control.hovered ? UM.Theme.colors.setting_control_border_highlight : UM.Theme.colors.setting_control_border
|
||||||
UM.RecolorImage {
|
UM.RecolorImage {
|
||||||
id: downArrow
|
id: downArrow
|
||||||
|
Loading…
x
Reference in New Issue
Block a user