mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-11 05:06:51 +00:00
GODT-957 Increase space to hide difference
This commit is contained in:
@ -66,14 +66,15 @@ Rectangle {
|
||||
ClickIconText {
|
||||
id: linkText
|
||||
anchors.verticalCenter : message.verticalCenter
|
||||
iconText : ""
|
||||
iconText : " "
|
||||
fontSize : root.fontSize
|
||||
textUnderline: true
|
||||
}
|
||||
|
||||
ClickIconText {
|
||||
id: actionText
|
||||
anchors.verticalCenter : message.verticalCenter
|
||||
iconText : ""
|
||||
iconText : " "
|
||||
fontSize : root.fontSize
|
||||
textUnderline: true
|
||||
}
|
||||
@ -247,7 +248,7 @@ Rectangle {
|
||||
PropertyChanges {
|
||||
target: linkText
|
||||
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()
|
||||
}
|
||||
PropertyChanges {
|
||||
|
||||
Reference in New Issue
Block a user