Skip to content

Commit bc2a316

Browse files
committed
save settings
1 parent 2c6e9bc commit bc2a316

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

lib/LiveCodingPanel.qml

+11
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,17 @@ Item {
3939
}
4040
}
4141

42+
Settings {
43+
id: windowSettings
44+
category: "window"
45+
property alias width: root.width
46+
property alias height: root.height
47+
property alias x: root.x
48+
property alias y: root.y
49+
property alias visibility: root.visibility
50+
property alias hideToolBar: hideToolBarCheck.checked
51+
}
52+
4253
MouseArea {
4354
id: smallArea
4455
anchors.top: parent.top

0 commit comments

Comments
 (0)