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:
Howard Stearns 2016-01-26 21:02:16 -08:00
parent 0fdfb69cae
commit 91b0f69312

View file

@ -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