Reset scaling to 1.0
This commit is contained in:
parent
03af84e297
commit
c701192c08
2 changed files with 2 additions and 2 deletions
|
|
@ -16,7 +16,7 @@ Rectangle {
|
||||||
text: Time.time
|
text: Time.time
|
||||||
font.family: Theme.fontFamily
|
font.family: Theme.fontFamily
|
||||||
font.weight: Font.Bold
|
font.weight: Font.Bold
|
||||||
font.pointSize: Style.fontSmall * scaling
|
font.pointSize: Style.fontMedium * scaling
|
||||||
color: Theme.textPrimary
|
color: Theme.textPrimary
|
||||||
anchors.centerIn: parent
|
anchors.centerIn: parent
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -41,6 +41,6 @@ Singleton {
|
||||||
}
|
}
|
||||||
|
|
||||||
// 3) Safe default
|
// 3) Safe default
|
||||||
return 2.0
|
return 1.0
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue