Panels: Wallpaper, SetupWizrd, Launcher => Apply scale ratio

This commit is contained in:
ItsLemmy
2025-10-22 09:38:16 -04:00
parent 85eb292ba0
commit 508879bbe8
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -10,8 +10,8 @@ import qs.Widgets
NPanel {
id: root
preferredWidth: 520
preferredHeight: 600
preferredWidth: 520 * Style.uiScaleRatio
preferredHeight: 600 * Style.uiScaleRatio
preferredWidthRatio: 0.4
preferredHeightRatio: 0.6
panelAnchorHorizontalCenter: true