fixing some text and adding prev actions to reveal

This commit is contained in:
Chris Cochrun 2023-12-07 06:38:41 -06:00
parent 3f9a1714c4
commit c36802f5e4
3 changed files with 10 additions and 1 deletions

View file

@ -145,7 +145,7 @@ Item {
Controls.Label {
id: lyrics
text: root.text
/* text: root.width / textSize */
/* text: root.width / 1000 * root.textSize */
font.pixelSize: root.width / 1000 * root.textSize
/* minimumPointSize: 5 */
fontSizeMode: Text.Fit