Reset scaling to 1.0

This commit is contained in:
quadbyte 2025-08-09 18:05:11 -04:00
parent 03af84e297
commit c701192c08
2 changed files with 2 additions and 2 deletions

View file

@ -16,7 +16,7 @@ Rectangle {
text: Time.time
font.family: Theme.fontFamily
font.weight: Font.Bold
font.pointSize: Style.fontSmall * scaling
font.pointSize: Style.fontMedium * scaling
color: Theme.textPrimary
anchors.centerIn: parent
}

View file

@ -41,6 +41,6 @@ Singleton {
}
// 3) Safe default
return 2.0
return 1.0
}
}