aboutsummaryrefslogtreecommitdiffstats
path: root/shell/qml/bottom.qml
blob: 088539ae774520a2f349bc9f7241fb8f551d4d87 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
import QtQuick 2.2
import QtQuick.Window 2.11
import QtQuick.Layouts 1.1

Window {
	visible: true
	flags: Qt.FramelessWindowHint
	width: Screen.width
	height: 216
	title: 'HomeScreen bottom'

	color: 'green'
}