diff options
Diffstat (limited to 'modules/lock/Content.qml')
| -rw-r--r-- | modules/lock/Content.qml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/modules/lock/Content.qml b/modules/lock/Content.qml index ba19616..b7d3ddb 100644 --- a/modules/lock/Content.qml +++ b/modules/lock/Content.qml @@ -13,7 +13,7 @@ RowLayout { anchors.fill: parent anchors.margins: Appearance.padding.large - spacing: Appearance.spacing.large + spacing: Appearance.spacing.large * 2 ColumnLayout { Layout.fillWidth: true @@ -23,6 +23,7 @@ RowLayout { Layout.fillWidth: true implicitHeight: weather.implicitHeight + topLeftRadius: Appearance.rounding.large radius: Appearance.rounding.small color: Colours.tPalette.m3surfaceContainer @@ -35,6 +36,7 @@ RowLayout { Layout.fillWidth: true Layout.fillHeight: true + bottomLeftRadius: Appearance.rounding.large radius: Appearance.rounding.small color: Colours.tPalette.m3surfaceContainer } @@ -55,6 +57,7 @@ RowLayout { Layout.fillWidth: true Layout.fillHeight: true + topRightRadius: Appearance.rounding.large radius: Appearance.rounding.small color: Colours.tPalette.m3surfaceContainer } @@ -63,6 +66,7 @@ RowLayout { Layout.fillWidth: true Layout.fillHeight: true + bottomRightRadius: Appearance.rounding.large radius: Appearance.rounding.small color: Colours.tPalette.m3surfaceContainer } |