summary refs log tree commit diff
path: root/resources/qml/TimelineView.qml
blob: d81e3ae12f75198a77963f90375a373e4f068f46 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
import QtQuick 2.1

Rectangle {
	anchors.fill: parent

	Text {
		anchors.centerIn: parent
		text: qsTr("No room open")
		font.pointSize: 24
	}
}