major updates

This commit is contained in:
Zacharias-Brohn
2025-11-24 22:00:50 +01:00
parent 5593cce7ca
commit 91a4f95fd0
26 changed files with 1287 additions and 447 deletions
+2 -3
View File
@@ -14,9 +14,8 @@ Item {
property color warningBarColor: Config.useDynamicColors ? DynamicColors.palette.m3error : Config.accentColor.accents.warning
property color textColor: Config.useDynamicColors ? DynamicColors.palette.m3onSurface : "#ffffff"
height: columnLayout.childrenRect.height
anchors.left: parent.left
anchors.right: parent.right
Layout.preferredWidth: 158
Layout.preferredHeight: columnLayout.implicitHeight
ColumnLayout {
id: columnLayout