matrixion/resources/qml/TimelineView.qml
2019-11-23 20:06:14 +01:00

11 lines
145 B
QML

import QtQuick 2.1
Rectangle {
anchors.fill: parent
Text {
anchors.centerIn: parent
text: qsTr("No room open")
font.pointSize: 24
}
}