feat: border rounding only affect outer corners
This commit is contained in:
parent
455c4c59a6
commit
b1401c1c8c
1 changed files with 1 additions and 1 deletions
|
|
@ -301,7 +301,7 @@ StyledWindow {
|
|||
y: panel.y + root.borderThickness
|
||||
implicitWidth: panel.width
|
||||
implicitHeight: panel.height
|
||||
radius: Config.border.rounding
|
||||
radius: Tokens.rounding.large
|
||||
deformScale: deformAmount / 10000
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue