From 4c516200dcbfe40cb578cd948bc7f739585b5c2a Mon Sep 17 00:00:00 2001 From: ItsLemmy Date: Sat, 27 Sep 2025 14:19:26 -0400 Subject: [PATCH] SystemMonitor: syntax error --- Modules/Bar/Widgets/SystemMonitor.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/Bar/Widgets/SystemMonitor.qml b/Modules/Bar/Widgets/SystemMonitor.qml index e621ca96..2376af86 100644 --- a/Modules/Bar/Widgets/SystemMonitor.qml +++ b/Modules/Bar/Widgets/SystemMonitor.qml @@ -323,7 +323,7 @@ Rectangle { font.pointSize: textSize font.weight: Style.fontWeightMedium Layout.alignment: Qt.AlignCenter - Layout.preferredWidth: isVertical ? undefine : percentTextWidth + Layout.preferredWidth: isVertical ? -1 : percentTextWidth horizontalAlignment: isVertical ? Text.AlignHCenter : Text.AlignRight verticalAlignment: Text.AlignVCenter color: Color.mPrimary