SidePanel: fix vertical position in 1080p

This commit is contained in:
quadbyte 2025-08-07 23:27:52 -04:00
parent b236955cd5
commit d973ed066c
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@ import qs.Settings
PanelWindow {
id: outerPanel
property bool showOverlay: Settings.settings.dimPanels
property int topMargin: 36
property int topMargin: 36 * Theme.scale(screen)
property color overlayColor: showOverlay ? Theme.overlay : "transparent"
function dismiss() {