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
+2 -2
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
}
}
}