This commit is contained in:
Zacharias-Brohn
2026-03-13 20:07:03 +01:00
parent b7ca2f5c93
commit 8bc7826f26
6 changed files with 97 additions and 18 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ ShapePath {
id: root
readonly property bool flatten: wrapper.height < rounding * 2
readonly property real rounding: 8
readonly property real rounding: Appearance.rounding.large
readonly property real roundingY: flatten ? wrapper.height / 2 : rounding
required property Wrapper wrapper