1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-15 06:52:34 +02:00
ScreenPlay/Content/wallpaper_landscape/main.qml
Elias Steurer 6b30e3f242 Formatting
2023-06-11 10:07:39 +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"
}
}