summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorATMDA <atdma2600@gmail.com>2025-11-14 08:19:22 -0500
committerATMDA <atdma2600@gmail.com>2025-11-14 08:19:22 -0500
commitd9313ca42503127e6f5faccda7f8d7ad3d03f36d (patch)
tree2b898ed7f804b96950fbe878991de97288d65f58
parentcontrolcenter: correcting cancel/connect sizing issues (diff)
downloadcaelestia-shell-d9313ca42503127e6f5faccda7f8d7ad3d03f36d.tar.gz
caelestia-shell-d9313ca42503127e6f5faccda7f8d7ad3d03f36d.tar.bz2
caelestia-shell-d9313ca42503127e6f5faccda7f8d7ad3d03f36d.zip
controlcenter: correcting forget network button sizing issues
-rw-r--r--modules/controlcenter/network/WirelessDetails.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/controlcenter/network/WirelessDetails.qml b/modules/controlcenter/network/WirelessDetails.qml
index 4f11589..ff86b8a 100644
--- a/modules/controlcenter/network/WirelessDetails.qml
+++ b/modules/controlcenter/network/WirelessDetails.qml
@@ -87,6 +87,7 @@ Item {
SimpleButton {
Layout.fillWidth: true
Layout.topMargin: Appearance.spacing.normal
+ Layout.minimumHeight: Appearance.font.size.normal + Appearance.padding.normal * 2
visible: {
if (!root.network || !root.network.ssid) {
return false;