updates popout

This commit is contained in:
Zacharias-Brohn
2026-03-17 18:45:08 +01:00
parent 46a1af82f5
commit 152b363da2
10 changed files with 234 additions and 442 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ ShapePath {
readonly property bool flatten: wrapper.height < rounding * 2
property real ibr: invertBottomRounding ? -1 : 1
required property bool invertBottomRounding
readonly property real rounding: 8
property real rounding: Appearance.rounding.smallest
readonly property real roundingY: flatten ? wrapper.height / 2 : rounding
required property Wrapper wrapper