mirror of
https://github.com/tnodir/fort
synced 2024-11-15 13:26:48 +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)
|
onClicked: Qt.openUrlExternally(updateChecker.downloadUrl)
|
||||||
|
|
||||||
Popup {
|
Popup {
|
||||||
y: parent.y - height
|
x: (parent.width - width) / 2
|
||||||
|
y: parent.y - height - 3
|
||||||
visible: parent.hovered
|
visible: parent.hovered
|
||||||
Label {
|
Label {
|
||||||
textFormat: Text.MarkdownText
|
textFormat: Text.MarkdownText
|
||||||
|
Loading…
Reference in New Issue
Block a user