mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 22:25:53 +08:00
Update style of border of configuration items
Contributes to issue CURA-5876.
This commit is contained in:
parent
e58409b1ef
commit
0be2453daf
@ -23,8 +23,8 @@ Button
|
||||
{
|
||||
height: childrenRect.height
|
||||
color: parent.checked ? UM.Theme.getColor("action_button_hovered") : UM.Theme.getColor("action_button")
|
||||
border.color: (parent.checked || parent.hovered) ? UM.Theme.getColor("primary") : UM.Theme.getColor("lining")
|
||||
border.width: UM.Theme.getSize("default_lining").width
|
||||
border.color: parent.hovered ? UM.Theme.getColor("primary") : UM.Theme.getColor("lining")
|
||||
border.width: parent.hovered ? UM.Theme.getSize("thick_lining").width : UM.Theme.getSize("default_lining").width
|
||||
|
||||
Column
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user