1
0

add a container for styling constants, so we don't repeat literals all over the code

This commit is contained in:
Sander van Grieken
2022-03-21 18:56:48 +01:00
parent 492f246b9a
commit f5807df91c
2 changed files with 18 additions and 0 deletions

View File

@@ -19,6 +19,8 @@ ApplicationWindow
Material.primary: Material.Indigo
Material.accent: Material.LightBlue
property QtObject constants: Constants {}
property alias stack: mainStackView
header: ToolBar {