NPanel: fix 3 minor warnings

This commit is contained in:
LemmyCook 2025-09-10 21:14:01 -04:00
parent b157d855a8
commit 76be93a84d

View file

@ -7,14 +7,14 @@ import qs.Services
Loader {
id: root
property ShellScreen screen: undefined
property ShellScreen screen
property real scaling: 1.0
property Component panelContent: null
property real preferredWidth: 700
property real preferredHeight: 900
property real preferredWidthRatio: undefined
property real preferredHeightRatio: undefined
property real preferredWidthRatio
property real preferredHeightRatio
property color panelBackgroundColor: Color.mSurface
property bool panelAnchorHorizontalCenter: false