diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-08-09 17:49:19 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-08-09 17:49:19 +1000 |
| commit | 752dbec924938f16293b220f0782a36a2c25baa4 (patch) | |
| tree | c2da2bf0c5688084feb4d64f8b9a2ac81fedb870 | |
| parent | bar: better scroll actions (diff) | |
| download | caelestia-shell-752dbec924938f16293b220f0782a36a2c25baa4.tar.gz caelestia-shell-752dbec924938f16293b220f0782a36a2c25baa4.tar.bz2 caelestia-shell-752dbec924938f16293b220f0782a36a2c25baa4.zip | |
dashboard: fix cover art rounding
ensure full circle even when changed in config
| -rw-r--r-- | modules/dashboard/Media.qml | 2 | ||||
| -rw-r--r-- | modules/dashboard/dash/Media.qml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/dashboard/Media.qml b/modules/dashboard/Media.qml index cdd27c9..81a1740 100644 --- a/modules/dashboard/Media.qml +++ b/modules/dashboard/Media.qml @@ -126,7 +126,7 @@ Item { implicitHeight: Config.dashboard.sizes.mediaCoverArtSize color: Colours.tPalette.m3surfaceContainerHigh - radius: Appearance.rounding.full + radius: Infinity MaterialIcon { anchors.centerIn: parent diff --git a/modules/dashboard/dash/Media.qml b/modules/dashboard/dash/Media.qml index 8d6c636..079df34 100644 --- a/modules/dashboard/dash/Media.qml +++ b/modules/dashboard/dash/Media.qml @@ -95,7 +95,7 @@ Item { implicitHeight: width color: Colours.tPalette.m3surfaceContainerHigh - radius: Appearance.rounding.full + radius: Infinity MaterialIcon { anchors.centerIn: parent |