Fix name brandings with noir style
This commit is contained in:
parent
32350888ce
commit
2ee022cd72
@ -14,6 +14,12 @@ ApplicationWindow {
|
|||||||
font.capitalization: Font.MixedCase
|
font.capitalization: Font.MixedCase
|
||||||
font.family: "Oswald"
|
font.family: "Oswald"
|
||||||
|
|
||||||
|
// The system (box) name.
|
||||||
|
property string systemName: "nymea"
|
||||||
|
|
||||||
|
// The app name
|
||||||
|
property string appName: "nymea:app"
|
||||||
|
|
||||||
// The header background color
|
// The header background color
|
||||||
property color primaryColor: Qt.darker("#50514f", 1.1)
|
property color primaryColor: Qt.darker("#50514f", 1.1)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user