mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 18:55:01 +02:00
When the avatar marketplace is chosen from avatar preferences, let it be moveable so that the user can move it aside to see their avatar.
This commit is contained in:
parent
0fdfb69cae
commit
91b0f69312
1 changed files with 2 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
import QtQuick 2.3
|
||||
import QtQuick.Controls 1.2
|
||||
import QtQuick 2.5
|
||||
import QtQuick.Controls 1.4
|
||||
import QtWebEngine 1.1
|
||||
|
||||
import "../../windows" as Windows
|
||||
|
@ -11,9 +11,7 @@ Windows.Window {
|
|||
HifiConstants { id: hifi }
|
||||
width: 900; height: 700
|
||||
resizable: true
|
||||
anchors.centerIn: parent
|
||||
modality: Qt.ApplicationModal
|
||||
frame: Windows.ModalFrame {}
|
||||
|
||||
Item {
|
||||
anchors.fill: parent
|
||||
|
|
Loading…
Reference in a new issue