summaryrefslogtreecommitdiff
path: root/modules/controlcenter/network/NetworkingPane.qml
diff options
context:
space:
mode:
authorATMDA <atdma2600@gmail.com>2025-11-15 00:25:31 -0500
committerATMDA <atdma2600@gmail.com>2025-11-15 00:25:31 -0500
commit90e920bf2e002b4e6e0aa1896687c4800d770605 (patch)
tree59ca3bdf789e2b95842aaac283e0d3641955d117 /modules/controlcenter/network/NetworkingPane.qml
parentcontrolcenter: undo accordion collapse on network and audio pane sections (diff)
downloadcaelestia-shell-90e920bf2e002b4e6e0aa1896687c4800d770605.tar.gz
caelestia-shell-90e920bf2e002b4e6e0aa1896687c4800d770605.tar.bz2
caelestia-shell-90e920bf2e002b4e6e0aa1896687c4800d770605.zip
controlcenter: fixed anchors vs parent logs
Diffstat (limited to 'modules/controlcenter/network/NetworkingPane.qml')
-rw-r--r--modules/controlcenter/network/NetworkingPane.qml3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/controlcenter/network/NetworkingPane.qml b/modules/controlcenter/network/NetworkingPane.qml
index 0560581..620e6f7 100644
--- a/modules/controlcenter/network/NetworkingPane.qml
+++ b/modules/controlcenter/network/NetworkingPane.qml
@@ -501,7 +501,8 @@ RowLayout {
}
WirelessPasswordDialog {
- anchors.fill: parent
+ Layout.fillWidth: true
+ Layout.fillHeight: true
session: root.session
z: 1000
}