overte-JulianGro/interface/resources/qml/windows/TabletModalWindow.qml
2017-11-13 16:37:28 +01:00

19 lines
456 B
QML

//
// ModalWindow.qml
//
// Created by Bradley Austin Davis on 22 Jan 2016
// Copyright 2015 High Fidelity, Inc.
//
// Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
//
import QtQuick 2.5
Rectangle {
id: modalWindow
layer.enabled: true
property var title: "Open"
width: tabletRoot.width
height: tabletRoot.height
color: "#80000000"
}