fix: misc fixes

This commit is contained in:
ferreo 2025-07-16 13:12:58 +01:00
parent c60c45b32e
commit 1b2b6def73
11 changed files with 31 additions and 526 deletions

View file

@ -79,7 +79,7 @@ Item {
anchors.top: true
anchors.right: true
margins.right: 0
margins.top: -24
margins.top: 0
WlrLayershell.keyboardFocus: visible ? WlrKeyboardFocus.OnDemand : WlrKeyboardFocus.None
onVisibleChanged: {

View file

@ -16,7 +16,7 @@ PanelWindow {
anchors.top: true
anchors.right: true
margins.right: 0
margins.top: -24
margins.top: 0
property var wallpapers: []

View file

@ -341,7 +341,7 @@ Item {
anchors.top: true
anchors.right: true
margins.right: 0
margins.top: -24
margins.top: 0
WlrLayershell.keyboardFocus: visible ? WlrKeyboardFocus.OnDemand : WlrKeyboardFocus.None
Component.onCompleted: {
wifiLogic.refreshNetworks()