Update main.qml

This commit is contained in:
neurudan 2019-02-21 14:54:01 +01:00 committed by GitHub
parent f89aeec374
commit cb2ba95d83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,6 +24,11 @@ import QtQuick.Controls 1.1
import QtGraphicalEffects 1.0 import QtGraphicalEffects 1.0
ApplicationWindow{ ApplicationWindow{
style: ApplicationWindowStyle {
background: BorderImage {
source: "background.png"
}
}
id: terminalWindow id: terminalWindow
width: 1024 width: 1024