mirror of
https://github.com/Swordfish90/cool-retro-term.git
synced 2025-11-24 14:35:56 +00:00
tutu
This commit is contained in:
parent
fdc78bf654
commit
1a2db061ba
@ -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
|
||||||
@ -42,7 +43,7 @@ ApplicationWindow{
|
|||||||
onHeightChanged: appSettings.height = height
|
onHeightChanged: appSettings.height = height
|
||||||
|
|
||||||
// Load saved window geometry and show the window
|
// Load saved window geometry and show the window
|
||||||
Component.onCompleted: {
|
Component.onCompleted: {
|
||||||
appSettings.handleFontChanged();
|
appSettings.handleFontChanged();
|
||||||
|
|
||||||
x = appSettings.x
|
x = appSettings.x
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user