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