From 4c001b12b9908327f69183b69e099d5d3dd83b37 Mon Sep 17 00:00:00 2001 From: ItsLemmy Date: Sat, 4 Oct 2025 23:10:56 -0400 Subject: [PATCH] MediaMini: slightly bigger (+3px) image/icon which match ActiveWindow --- Modules/Bar/Widgets/MediaMini.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Modules/Bar/Widgets/MediaMini.qml b/Modules/Bar/Widgets/MediaMini.qml index 8e7bafae..b2836365 100644 --- a/Modules/Bar/Widgets/MediaMini.qml +++ b/Modules/Bar/Widgets/MediaMini.qml @@ -173,8 +173,8 @@ Item { spacing: 0 Item { - Layout.preferredWidth: Math.round(18 * scaling) - Layout.preferredHeight: Math.round(18 * scaling) + Layout.preferredWidth: Math.round(21 * scaling) + Layout.preferredHeight: Math.round(21 * scaling) NImageCircled { id: trackArt