feat: border rounding only affect outer corners

This commit is contained in:
2 * r + 2 * t 2026-04-13 22:09:43 +10:00
parent 455c4c59a6
commit b1401c1c8c

View file

@ -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
}
}