mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 05:23:58 -06:00
Give configuration items a rounded radius
Contributes to issue CURA-5876.
This commit is contained in:
parent
e751b59b1c
commit
81cadf702c
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ Button
|
|||
color: parent.checked ? UM.Theme.getColor("action_button_hovered") : UM.Theme.getColor("action_button")
|
||||
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
|
||||
radius: UM.Theme.getSize("default_radius").width
|
||||
|
||||
Column
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue