Merge pull request #16 from MrDowntempo/Fix-Network-Card-Height

Fix: Corrected Network Card Height
This commit is contained in:
ferrreo 2025-07-16 11:20:08 +01:00 committed by GitHub
commit aac7dc8e7f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -157,7 +157,7 @@ PanelWindow {
// Network card containing Wifi and Bluetooth
Rectangle {
Layout.preferredHeight: 70
Layout.preferredHeight: 80
Layout.preferredWidth: 140
Layout.fillWidth: false
color: Theme.surface
@ -389,4 +389,4 @@ PanelWindow {
}
// Add a close button inside WallpaperPanel.qml for user to close the modal
}
}
}