SettingsPanel size

This commit is contained in:
quadbyte 2025-08-15 17:40:13 -04:00
parent 55a8aa3026
commit 7ec7ac793e

View file

@ -194,7 +194,7 @@ NLoader {
border.width: Math.max(1, Style.borderThin * scaling) border.width: Math.max(1, Style.borderThin * scaling)
layer.enabled: true layer.enabled: true
width: Math.max(screen.width * 0.5, 1280) * scaling 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 anchors.centerIn: parent
// Animation properties // Animation properties