Fix name brandings with noir style

This commit is contained in:
Michael Zanetti 2019-03-21 22:17:58 +01:00
parent 32350888ce
commit 2ee022cd72

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)