PowerPanel: converted to Layout

This commit is contained in:
LemmyCook 2025-09-05 17:47:19 -04:00
parent 93a3bc2090
commit 01aeceddf4

View file

@ -264,7 +264,7 @@ NPanel {
} }
// Text content in the middle // Text content in the middle
Column { ColumnLayout {
anchors.left: iconElement.right anchors.left: iconElement.right
anchors.right: pendingIndicator.visible ? pendingIndicator.left : parent.right anchors.right: pendingIndicator.visible ? pendingIndicator.left : parent.right
anchors.verticalCenter: parent.verticalCenter anchors.verticalCenter: parent.verticalCenter