From 01aeceddf4b20ce4848c71a41c65096f02b79153 Mon Sep 17 00:00:00 2001 From: LemmyCook Date: Fri, 5 Sep 2025 17:47:19 -0400 Subject: [PATCH] PowerPanel: converted to Layout --- Modules/PowerPanel/PowerPanel.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/PowerPanel/PowerPanel.qml b/Modules/PowerPanel/PowerPanel.qml index e6cfb01..e383c1f 100644 --- a/Modules/PowerPanel/PowerPanel.qml +++ b/Modules/PowerPanel/PowerPanel.qml @@ -264,7 +264,7 @@ NPanel { } // Text content in the middle - Column { + ColumnLayout { anchors.left: iconElement.right anchors.right: pendingIndicator.visible ? pendingIndicator.left : parent.right anchors.verticalCenter: parent.verticalCenter