From 0223e3d9d163e1f83975733500bc0f8f1b617ba4 Mon Sep 17 00:00:00 2001 From: quadbyte Date: Sat, 16 Aug 2025 23:46:02 -0400 Subject: [PATCH] formatting --- Modules/Bar/MediaMini.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Modules/Bar/MediaMini.qml b/Modules/Bar/MediaMini.qml index 4c0fe9c..44be81e 100644 --- a/Modules/Bar/MediaMini.qml +++ b/Modules/Bar/MediaMini.qml @@ -60,8 +60,8 @@ Row { // If hovered or just switched window, show up to 300 pixels // If not hovered show up to 150 pixels width: (mouseArea.containsMouse) ? Math.min(fullTitleMetrics.contentWidth, - 400 * scaling) : Math.min( - fullTitleMetrics.contentWidth, 150 * scaling) + 400 * scaling) : Math.min(fullTitleMetrics.contentWidth, + 150 * scaling) text: getTitle() font.pointSize: Style.fontSizeReduced * scaling font.weight: Style.fontWeightBold