make Constants an Item and a child of main so it properly inherits material
style settings from main
This commit is contained in:
@@ -21,7 +21,8 @@ ApplicationWindow
|
||||
Material.primary: Material.Indigo
|
||||
Material.accent: Material.LightBlue
|
||||
|
||||
property QtObject constants: Constants {}
|
||||
property Item constants: appconstants
|
||||
Constants { id: appconstants }
|
||||
|
||||
property alias stack: mainStackView
|
||||
|
||||
|
||||
Reference in New Issue
Block a user