mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
NPanel: fix 3 minor warnings
This commit is contained in:
+3
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user