cleanup + fixes

This commit is contained in:
2026-04-02 20:15:15 +02:00
parent 22976a6681
commit 138d80ef00
7 changed files with 8 additions and 6 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ ShapePath {
id: root
readonly property bool flatten: wrapper.height < rounding * 2
readonly property real rounding: Config.barConfig.rounding + 5
readonly property real rounding: Appearance.rounding.smallest + 5
readonly property real roundingY: flatten ? wrapper.height / 2 : rounding
required property Wrapper wrapper