From 7ec7ac793e52a6452c9dfa94d574259b1dc060fd Mon Sep 17 00:00:00 2001 From: quadbyte Date: Fri, 15 Aug 2025 17:40:13 -0400 Subject: [PATCH] SettingsPanel size --- Modules/Settings/SettingsPanel.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/Settings/SettingsPanel.qml b/Modules/Settings/SettingsPanel.qml index 094a75b..68f5a36 100644 --- a/Modules/Settings/SettingsPanel.qml +++ b/Modules/Settings/SettingsPanel.qml @@ -194,7 +194,7 @@ NLoader { border.width: Math.max(1, Style.borderThin * scaling) layer.enabled: true width: Math.max(screen.width * 0.5, 1280) * scaling - height: Math.max(screen.width * 0.5, 720) * scaling + height: Math.max(screen.height * 0.5, 720) * scaling anchors.centerIn: parent // Animation properties