Fix: Set Network Card's height to 80 to match Power Profile's

This commit is contained in:
Corey Woodworth 2025-07-15 23:27:03 -04:00
parent 953845d3e0
commit 2fddff736e

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