fix settings freeze

This commit is contained in:
2026-03-26 18:17:50 +01:00
parent e182b9e599
commit ad563d72f5
2 changed files with 4 additions and 6 deletions
@@ -48,9 +48,8 @@ ColumnLayout {
spacing: Appearance.spacing.smaller
Rectangle {
Layout.fillWidth: true
Layout.preferredHeight: root.implicitHeight
Layout.margins: -Appearance.padding.smaller
anchors.fill: parent
anchors.margins: -Appearance.padding.smaller
color: DynamicColors.palette.m3primaryContainer
opacity: root.highlighted ? 0.5 : 0
radius: Appearance.rounding.small
@@ -44,9 +44,8 @@ ColumnLayout {
spacing: Appearance.spacing.smaller
Rectangle {
Layout.fillWidth: true
Layout.preferredHeight: root.implicitHeight
Layout.margins: -Appearance.padding.smaller
anchors.fill: parent
anchors.margins: -Appearance.padding.smaller
color: DynamicColors.palette.m3primaryContainer
opacity: root.highlighted ? 0.5 : 0
radius: Appearance.rounding.small