mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-10 08:17:26 +00:00
Fix: Set Network Card's height to 80 to match Power Profile's
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user