Change the font size

To make it consistent with the size of texts in the other Welcome pages.
This commit is contained in:
Diego Prado Gesto 2019-05-17 11:54:40 +02:00
parent 8b73f7cef9
commit a28ca19647
2 changed files with 2 additions and 1 deletions

View file

@ -44,6 +44,7 @@ Item
textArea.textFormat: Text.RichText
textArea.wrapMode: Text.WordWrap
textArea.readOnly: true
textArea.font: UM.Theme.getFont("medium")
}
Cura.PrimaryButton