summaryrefslogtreecommitdiff
path: root/modules/dashboard/Media.qml
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-08-09 17:49:19 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-08-09 17:49:19 +1000
commit752dbec924938f16293b220f0782a36a2c25baa4 (patch)
treec2da2bf0c5688084feb4d64f8b9a2ac81fedb870 /modules/dashboard/Media.qml
parentbar: better scroll actions (diff)
downloadcaelestia-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
Diffstat (limited to 'modules/dashboard/Media.qml')
-rw-r--r--modules/dashboard/Media.qml2
1 files changed, 1 insertions, 1 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