diff options
| author | Freya Murphy <freya@freyacat.org> | 2026-03-16 10:20:55 -0400 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2026-03-16 10:20:55 -0400 |
| commit | ebe2b2df9aed300ba2bac343dd1a6635e398ae02 (patch) | |
| tree | 3b5df8105178bd6349cf237a8df21560f7e4fede /modules/dashboard | |
| parent | delete active window popout (diff) | |
| download | caelestia-shell-ebe2b2df9aed300ba2bac343dd1a6635e398ae02.tar.gz caelestia-shell-ebe2b2df9aed300ba2bac343dd1a6635e398ae02.tar.bz2 caelestia-shell-ebe2b2df9aed300ba2bac343dd1a6635e398ae02.zip | |
fix weather round-ness
Diffstat (limited to 'modules/dashboard')
| -rw-r--r-- | modules/dashboard/Weather.qml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/dashboard/Weather.qml b/modules/dashboard/Weather.qml index 3981633..d66137b 100644 --- a/modules/dashboard/Weather.qml +++ b/modules/dashboard/Weather.qml @@ -69,7 +69,7 @@ Item { Layout.fillWidth: true implicitHeight: bigInfoRow.implicitHeight + Appearance.padding.small * 2 - radius: Appearance.rounding.large * 2 + radius: Appearance.rounding.large color: Colours.tPalette.m3surfaceContainer RowLayout { @@ -214,7 +214,7 @@ Item { Layout.fillWidth: true Layout.preferredHeight: 60 - radius: Appearance.rounding.small + radius: Appearance.rounding.normal color: Colours.tPalette.m3surfaceContainer Row { |