Merge PR #170: Fix name brandings with noir style

This commit is contained in:
Jenkins 2019-03-21 23:47:56 +01:00
commit 7a0069d67f

View File

@ -14,6 +14,12 @@ ApplicationWindow {
font.capitalization: Font.MixedCase
font.family: "Oswald"
// The system (box) name.
property string systemName: "nymea"
// The app name
property string appName: "nymea:app"
// The header background color
property color primaryColor: Qt.darker("#50514f", 1.1)