NPanel: fix 3 minor warnings
This commit is contained in:
parent
b157d855a8
commit
76be93a84d
1 changed files with 3 additions and 3 deletions
|
|
@ -7,14 +7,14 @@ import qs.Services
|
||||||
Loader {
|
Loader {
|
||||||
id: root
|
id: root
|
||||||
|
|
||||||
property ShellScreen screen: undefined
|
property ShellScreen screen
|
||||||
property real scaling: 1.0
|
property real scaling: 1.0
|
||||||
|
|
||||||
property Component panelContent: null
|
property Component panelContent: null
|
||||||
property real preferredWidth: 700
|
property real preferredWidth: 700
|
||||||
property real preferredHeight: 900
|
property real preferredHeight: 900
|
||||||
property real preferredWidthRatio: undefined
|
property real preferredWidthRatio
|
||||||
property real preferredHeightRatio: undefined
|
property real preferredHeightRatio
|
||||||
property color panelBackgroundColor: Color.mSurface
|
property color panelBackgroundColor: Color.mSurface
|
||||||
|
|
||||||
property bool panelAnchorHorizontalCenter: false
|
property bool panelAnchorHorizontalCenter: false
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue