Settings vs Colors
Moved the fontFamily in the settings Theme is now called Colors (as in ColorScheme)
This commit is contained in:
parent
285321dcb9
commit
55bc7c9534
11 changed files with 45 additions and 46 deletions
|
|
@ -14,10 +14,10 @@ Rectangle {
|
|||
Text {
|
||||
id: textItem
|
||||
text: Time.time
|
||||
font.family: Theme.fontFamily
|
||||
font.family: Settings.settings.fontFamily
|
||||
font.weight: Font.Bold
|
||||
font.pointSize: Style.fontMedium * scaling
|
||||
color: Theme.textPrimary
|
||||
color: Colors.textPrimary
|
||||
anchors.centerIn: parent
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue