This commit is contained in:
neurudan 2019-02-21 17:35:18 +01:00
parent 98688765c9
commit 9eb330888c
5 changed files with 4 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 308 KiB

View File

@ -27,8 +27,9 @@ import QtGraphicalEffects 1.0
ApplicationWindow{ ApplicationWindow{
style: ApplicationWindowStyle { style: ApplicationWindowStyle {
background: Image { background: Image {
source: "file:background.jpg" source: "file:background.png"
fillMode: Image.PreserveAspectCrop fillMode: Image.PreserveAspectCrop
smooth: false
} }
} }
id: terminalWindow id: terminalWindow

Binary file not shown.

Before

Width:  |  Height:  |  Size: 308 KiB

View File

Before

Width:  |  Height:  |  Size: 308 KiB

After

Width:  |  Height:  |  Size: 308 KiB

2
start.sh Normal file
View File

@ -0,0 +1,2 @@
convert -resize 18% background_original.jpg background.png
./cool-retro-term