From 752dbec924938f16293b220f0782a36a2c25baa4 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sat, 9 Aug 2025 17:49:19 +1000 Subject: dashboard: fix cover art rounding ensure full circle even when changed in config --- modules/dashboard/dash/Media.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/dashboard/dash') 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 -- cgit v1.2.3-freya