mirror of
https://github.com/overte-org/overte.git
synced 2025-06-21 14:01:06 +02:00
Fix position of recommended puck placement dialog
This commit is contained in:
parent
258fc8a2f4
commit
06010dbcae
1 changed files with 2 additions and 1 deletions
|
@ -96,7 +96,8 @@ Item {
|
||||||
|
|
||||||
HifiControls.ImageMessageBox {
|
HifiControls.ImageMessageBox {
|
||||||
id: imageMessageBox
|
id: imageMessageBox
|
||||||
anchors.fill: parent
|
anchors.top: parent.top
|
||||||
|
anchors.topMargin: 444
|
||||||
z: 2000
|
z: 2000
|
||||||
imageWidth: 442
|
imageWidth: 442
|
||||||
imageHeight: 670
|
imageHeight: 670
|
||||||
|
|
Loading…
Reference in a new issue