From 170502259e5016d4b32b795df2dbfdaa8cd58446 Mon Sep 17 00:00:00 2001 From: quadbyte Date: Tue, 19 Aug 2025 18:41:11 -0400 Subject: [PATCH] Removed border on bar media display to match the other capsules --- Modules/Bar/MediaMini.qml | 2 -- 1 file changed, 2 deletions(-) diff --git a/Modules/Bar/MediaMini.qml b/Modules/Bar/MediaMini.qml index d41451f..5a276c8 100644 --- a/Modules/Bar/MediaMini.qml +++ b/Modules/Bar/MediaMini.qml @@ -31,8 +31,6 @@ Row { height: Math.round(Style.capsuleHeight * scaling) radius: Math.round(Style.radiusM * scaling) color: Color.mSurfaceVariant - border.color: Color.mOutline - border.width: Math.max(1, Math.round(Style.borderS * scaling)) anchors.verticalCenter: parent.verticalCenter