mirror of
https://github.com/Swordfish90/cool-retro-term.git
synced 2025-11-24 06:26:01 +00:00
Update main.qml
This commit is contained in:
parent
f89aeec374
commit
cb2ba95d83
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user