UI: Tweak new version popup's position.

This commit is contained in:
Nodir Temirkhodjaev 2019-11-06 13:55:06 +05:00
parent c4347e542f
commit 3af7cdadcc

View File

@ -169,7 +169,8 @@ Page {
onClicked: Qt.openUrlExternally(updateChecker.downloadUrl)
Popup {
y: parent.y - height
x: (parent.width - width) / 2
y: parent.y - height - 3
visible: parent.hovered
Label {
textFormat: Text.MarkdownText