mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-25 15:44:04 -06:00
Added saving of window size in preferences
This commit is contained in:
parent
6d6148bd61
commit
883f1b30f4
1 changed files with 2 additions and 2 deletions
|
@ -10,8 +10,8 @@ UM.MainWindow {
|
||||||
id: base
|
id: base
|
||||||
visible: true
|
visible: true
|
||||||
|
|
||||||
width: 1280
|
//width: 1280
|
||||||
height: 720
|
//height: 720
|
||||||
|
|
||||||
title: qsTr("Cura");
|
title: qsTr("Cura");
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue