1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-07-19 02:54:47 +02:00
ScreenPlay/Content/wallpaper_qml_landscape/main.qml
2023-07-29 11:18:21 +02:00

16 lines
227 B
QML

// SPDX-License-Identifier: BSD-3-Clause
import QtQuick
import QtQuick.Effects
import QtQuick.Particles
Item {
id: root
anchors.fill: parent
Rectangle {
anchors.fill: parent
color: "gray"
}
}