fix settings freeze
This commit is contained in:
@@ -48,9 +48,8 @@ ColumnLayout {
|
|||||||
spacing: Appearance.spacing.smaller
|
spacing: Appearance.spacing.smaller
|
||||||
|
|
||||||
Rectangle {
|
Rectangle {
|
||||||
Layout.fillWidth: true
|
anchors.fill: parent
|
||||||
Layout.preferredHeight: root.implicitHeight
|
anchors.margins: -Appearance.padding.smaller
|
||||||
Layout.margins: -Appearance.padding.smaller
|
|
||||||
color: DynamicColors.palette.m3primaryContainer
|
color: DynamicColors.palette.m3primaryContainer
|
||||||
opacity: root.highlighted ? 0.5 : 0
|
opacity: root.highlighted ? 0.5 : 0
|
||||||
radius: Appearance.rounding.small
|
radius: Appearance.rounding.small
|
||||||
|
|||||||
@@ -44,9 +44,8 @@ ColumnLayout {
|
|||||||
spacing: Appearance.spacing.smaller
|
spacing: Appearance.spacing.smaller
|
||||||
|
|
||||||
Rectangle {
|
Rectangle {
|
||||||
Layout.fillWidth: true
|
anchors.fill: parent
|
||||||
Layout.preferredHeight: root.implicitHeight
|
anchors.margins: -Appearance.padding.smaller
|
||||||
Layout.margins: -Appearance.padding.smaller
|
|
||||||
color: DynamicColors.palette.m3primaryContainer
|
color: DynamicColors.palette.m3primaryContainer
|
||||||
opacity: root.highlighted ? 0.5 : 0
|
opacity: root.highlighted ? 0.5 : 0
|
||||||
radius: Appearance.rounding.small
|
radius: Appearance.rounding.small
|
||||||
|
|||||||
Reference in New Issue
Block a user