mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 07:31:23 +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 2.5
|
||||||
import QtQuick.Controls 1.2
|
import QtQuick.Controls 1.4
|
||||||
import QtWebEngine 1.1
|
import QtWebEngine 1.1
|
||||||
|
|
||||||
import "../../windows" as Windows
|
import "../../windows" as Windows
|
||||||
|
@ -11,9 +11,7 @@ Windows.Window {
|
||||||
HifiConstants { id: hifi }
|
HifiConstants { id: hifi }
|
||||||
width: 900; height: 700
|
width: 900; height: 700
|
||||||
resizable: true
|
resizable: true
|
||||||
anchors.centerIn: parent
|
|
||||||
modality: Qt.ApplicationModal
|
modality: Qt.ApplicationModal
|
||||||
frame: Windows.ModalFrame {}
|
|
||||||
|
|
||||||
Item {
|
Item {
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
|
|
Loading…
Reference in a new issue