GODT-957 Increase space to hide difference

This commit is contained in:
Jakub
2021-01-14 14:29:39 +01:00
committed by Jakub Cuth
parent 0fe69d9de1
commit 7fc7083c76

View File

@ -68,6 +68,7 @@ Rectangle {
anchors.verticalCenter : message.verticalCenter anchors.verticalCenter : message.verticalCenter
iconText : " " iconText : " "
fontSize : root.fontSize fontSize : root.fontSize
textUnderline: true
} }
ClickIconText { ClickIconText {
@ -247,7 +248,7 @@ Rectangle {
PropertyChanges { PropertyChanges {
target: linkText target: linkText
visible: true visible: true
text: "(" + qsTr("view release notes", "display the release notes from the new version") + ")" text: qsTr("Release Notes", "display the release notes from the new version")
onClicked: gui.openReleaseNotes() onClicked: gui.openReleaseNotes()
} }
PropertyChanges { PropertyChanges {