From e2d5920d5bba319c0883a5e1505ec84d4d2d728a Mon Sep 17 00:00:00 2001 From: neurudan Date: Thu, 21 Feb 2019 16:32:21 +0100 Subject: [PATCH] added evriding --- app/qml/main.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/qml/main.qml b/app/qml/main.qml index e2c4e2e..9431f58 100644 --- a/app/qml/main.qml +++ b/app/qml/main.qml @@ -28,7 +28,7 @@ ApplicationWindow{ style: ApplicationWindowStyle { background: Image { source: "file:background.jpg" - fillMode: Image.PreserveAspectFit + fillMode: Image.PreserveAspectFitCrop } } id: terminalWindow