Fix: Set Network Card's height to 80 to match Power Profile's
This commit is contained in:
parent
953845d3e0
commit
2fddff736e
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue