From b1401c1c8c48a70317ae082e3fd9b519a4fedf57 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Mon, 13 Apr 2026 22:09:43 +1000 Subject: [PATCH] feat: border rounding only affect outer corners --- modules/drawers/ContentWindow.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/drawers/ContentWindow.qml b/modules/drawers/ContentWindow.qml index 328d13ea..0824d209 100644 --- a/modules/drawers/ContentWindow.qml +++ b/modules/drawers/ContentWindow.qml @@ -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 } }