mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-16 13:45:54 +08:00
Styling: do not use thick_lining for selected tool icons.
Affects Per Object Settings and rotate Lay Flat CURA-6683
This commit is contained in:
parent
7d66409494
commit
9fa2b26897
@ -240,7 +240,7 @@ QtObject
|
||||
}
|
||||
Behavior on color { ColorAnimation { duration: 50; } }
|
||||
|
||||
border.width: (control.hasOwnProperty("needBorder") && control.needBorder) ? (control.checked ? Theme.getSize("thick_lining").width : Theme.getSize("default_lining").width) : 0
|
||||
border.width: (control.hasOwnProperty("needBorder") && control.needBorder) ? Theme.getSize("default_lining").width : 0
|
||||
border.color: control.checked ? Theme.getColor("icon") : Theme.getColor("lining")
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user