forked from Silverfish/proton-bridge
GODT-957 Increase space to hide difference
This commit is contained in:
@ -66,14 +66,15 @@ Rectangle {
|
|||||||
ClickIconText {
|
ClickIconText {
|
||||||
id: linkText
|
id: linkText
|
||||||
anchors.verticalCenter : message.verticalCenter
|
anchors.verticalCenter : message.verticalCenter
|
||||||
iconText : ""
|
iconText : " "
|
||||||
fontSize : root.fontSize
|
fontSize : root.fontSize
|
||||||
|
textUnderline: true
|
||||||
}
|
}
|
||||||
|
|
||||||
ClickIconText {
|
ClickIconText {
|
||||||
id: actionText
|
id: actionText
|
||||||
anchors.verticalCenter : message.verticalCenter
|
anchors.verticalCenter : message.verticalCenter
|
||||||
iconText : ""
|
iconText : " "
|
||||||
fontSize : root.fontSize
|
fontSize : root.fontSize
|
||||||
textUnderline: true
|
textUnderline: true
|
||||||
}
|
}
|
||||||
@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user