summaryrefslogtreecommitdiff
path: root/raveos-calamares-theme/etc/calamares/branding/raveos/welcomeq.qml
blob: 4ebbe445824a21491053a80da50f8c8a774cc10f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
import QtQuick 2.10

Item {
    id: welcomeRoot
    anchors.fill: parent

    Image {
        anchors.fill: parent
        source: "images/raveos-welcome.png"
        fillMode: Image.Stretch
        horizontalAlignment: Image.AlignHCenter
        verticalAlignment: Image.AlignVCenter
        smooth: true
    }
}