mirror of
https://github.com/tnodir/fort
synced 2024-11-15 11:25:08 +00:00
UI: Tweak new version popup's position.
This commit is contained in:
parent
c4347e542f
commit
3af7cdadcc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user