This commit is contained in:
neurudan 2019-02-21 16:26:41 +01:00
parent fdc78bf654
commit 1a2db061ba

View File

@ -26,8 +26,9 @@ import QtGraphicalEffects 1.0
ApplicationWindow{ ApplicationWindow{
style: ApplicationWindowStyle { style: ApplicationWindowStyle {
background: BorderImage { background: Image {
source: "background.jpg" source: "background.jpg"
fillMode: Image.PreserveAspectFit
} }
} }
id: terminalWindow id: terminalWindow