Different scaling for Bar and Panels

This commit is contained in:
ItsLemmy
2025-10-12 15:48:52 -04:00
parent a2cd377837
commit 9f54822e4c
14 changed files with 47 additions and 16 deletions
+2 -2
View File
@@ -11,8 +11,8 @@ import qs.Widgets
NPanel {
id: root
preferredWidth: 800
preferredHeight: 800
preferredWidth: 800 * Style.uiScaleRatio
preferredHeight: 800 * Style.uiScaleRatio
preferredWidthRatio: 0.4
preferredHeightRatio: 0.75