Merge pull request #10331 from Ultimaker/CURA-8380_Align_link_style_among_OS_in_whats_new

CURA-8380: Align link style among os in whats new
This commit is contained in:
Jelle Spijker 2021-08-25 13:16:50 +02:00 committed by GitHub
commit 392cca431f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 6 additions and 2 deletions

View file

@ -119,7 +119,7 @@ Item
do_borders: false
textArea.wrapMode: TextEdit.Wrap
textArea.text: manager.getSubpageText(index)
textArea.text: "<style>a:link { color: " + UM.Theme.getColor("text_link") + "; text-decoration: underline; }</style>" + manager.getSubpageText(index)
textArea.textFormat: Text.RichText
textArea.readOnly: true
textArea.font: UM.Theme.getFont("default")