overte-Armored-Dragon/scripts/developer/utilities/lib/prop/PropSplitter.qml
2019-03-03 23:35:40 -08:00

21 lines
427 B
QML

//
// PropSplitter.qml
//
// Created by Sam Gateau on 3/2/2019
// Copyright 2019 High Fidelity, Inc.
//
// Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or https://www.apache.org/licenses/LICENSE-2.0.html
//
import QtQuick 2.7
Item {
id: root
property real size
width: size // Must be non-zero
height: size
anchors.verticalCenter: parent.verticalCenter
}