checklist ideas.md, launcher rounding

This commit is contained in:
Zacharias-Brohn
2026-02-17 22:28:51 +01:00
parent 33825d1000
commit 01e130dd6e
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ ShapePath {
id: root
required property Wrapper wrapper
readonly property real rounding: Config.barConfig.rounding
readonly property real rounding: Config.barConfig.rounding + 5
readonly property bool flatten: wrapper.height < rounding * 2
readonly property real roundingY: flatten ? wrapper.height / 2 : rounding