From 93a3bc20908afd74f3489596a75a3944a705cc50 Mon Sep 17 00:00:00 2001 From: LemmyCook Date: Fri, 5 Sep 2025 17:45:17 -0400 Subject: [PATCH] SysMonCard: converted to layout --- Modules/SidePanel/Cards/SystemMonitorCard.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/SidePanel/Cards/SystemMonitorCard.qml b/Modules/SidePanel/Cards/SystemMonitorCard.qml index 9f05e66..87e7188 100644 --- a/Modules/SidePanel/Cards/SystemMonitorCard.qml +++ b/Modules/SidePanel/Cards/SystemMonitorCard.qml @@ -11,7 +11,7 @@ NBox { Layout.preferredWidth: Style.baseWidgetSize * 2.625 * scaling implicitHeight: content.implicitHeight + Style.marginXS * 2 * scaling - Column { + ColumnLayout { id: content anchors.left: parent.left anchors.right: parent.right