This commit is contained in:
Hannes
2026-06-08 19:57:46 +02:00
parent adb742a088
commit b2eadfe9a2
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -17,8 +17,8 @@ PanelWindow {
anchors.right: true
implicitHeight: (
screen.height >= 2160 ? screen.height * 0.02 :
screen.height >= 1440 ? screen.height * 0.03 :
screen.height >= 2160 ? screen.height * 0.03 :
screen.height >= 1440 ? screen.height * 0.035 :
screen.height * 0.04
)