1
0
mirror of https://github.com/Swordfish90/cool-retro-term.git synced 2025-01-31 02:01:19 +00:00

Also save window position

This commit is contained in:
Alex Spataru 2016-08-06 02:04:35 -05:00
parent 6e54a96730
commit bfab242344

View File

@ -40,6 +40,8 @@ ApplicationWindow{
// Save window size automatically
Settings {
category: "MainWindow"
property alias x: terminalWindow.x
property alias y: terminalWindow.y
property alias width: terminalWindow.width
property alias height: terminalWindow.height
}