mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-15 10:47:49 -06:00
No longer make border width hardcoded
CURA-6598
This commit is contained in:
parent
2571f54d3c
commit
fade8d3644
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ Button
|
|||
background: Rectangle
|
||||
{
|
||||
id: backgroundRectangle
|
||||
border.width: 1
|
||||
border.width: UM.Theme.getSize("default_lining").width
|
||||
border.color: button.checked ? UM.Theme.getColor("setting_control_border_highlight") : "transparent"
|
||||
color: button.hovered ? UM.Theme.getColor("action_button_hovered") : "transparent"
|
||||
radius: UM.Theme.getSize("action_button_radius").width
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue