overte-HifiExperiments/interface/resources/qml/controls-uit/HorizontalSpacer.qml
howard-stearns 3132cca482 prototype
2016-07-14 14:49:03 -07:00

19 lines
436 B
QML

//
// HorizontalSpacer.qml
//
// Created by Howard Stearns on 12 July 2016
// Copyright 2016 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
import "../styles-uit"
Item {
HifiConstants { id: hifi }
height: 1 // Must be non-zero
width: hifi.dimensions.controlInterlineHeight
}