lock: larger outer rounding

This commit is contained in:
2 * r + 2 * t 2025-08-10 23:39:33 +10:00
parent b7c121f090
commit 2defabfd83
2 changed files with 6 additions and 2 deletions

View file

@ -13,7 +13,7 @@ RowLayout {
anchors.fill: parent anchors.fill: parent
anchors.margins: Appearance.padding.large anchors.margins: Appearance.padding.large
spacing: Appearance.spacing.large spacing: Appearance.spacing.large * 2
ColumnLayout { ColumnLayout {
Layout.fillWidth: true Layout.fillWidth: true
@ -23,6 +23,7 @@ RowLayout {
Layout.fillWidth: true Layout.fillWidth: true
implicitHeight: weather.implicitHeight implicitHeight: weather.implicitHeight
topLeftRadius: Appearance.rounding.large
radius: Appearance.rounding.small radius: Appearance.rounding.small
color: Colours.tPalette.m3surfaceContainer color: Colours.tPalette.m3surfaceContainer
@ -35,6 +36,7 @@ RowLayout {
Layout.fillWidth: true Layout.fillWidth: true
Layout.fillHeight: true Layout.fillHeight: true
bottomLeftRadius: Appearance.rounding.large
radius: Appearance.rounding.small radius: Appearance.rounding.small
color: Colours.tPalette.m3surfaceContainer color: Colours.tPalette.m3surfaceContainer
} }
@ -55,6 +57,7 @@ RowLayout {
Layout.fillWidth: true Layout.fillWidth: true
Layout.fillHeight: true Layout.fillHeight: true
topRightRadius: Appearance.rounding.large
radius: Appearance.rounding.small radius: Appearance.rounding.small
color: Colours.tPalette.m3surfaceContainer color: Colours.tPalette.m3surfaceContainer
} }
@ -63,6 +66,7 @@ RowLayout {
Layout.fillWidth: true Layout.fillWidth: true
Layout.fillHeight: true Layout.fillHeight: true
bottomRightRadius: Appearance.rounding.large
radius: Appearance.rounding.small radius: Appearance.rounding.small
color: Colours.tPalette.m3surfaceContainer color: Colours.tPalette.m3surfaceContainer
} }

View file

@ -133,7 +133,7 @@ WlSessionLockSurface {
Anim { Anim {
target: lockBg target: lockBg
property: "radius" property: "radius"
to: Appearance.rounding.large to: Appearance.rounding.large * 1.5
} }
Anim { Anim {
target: lockBg target: lockBg