Skip to content

Commit 86b12b5

Browse files
committed
Minor cleanup
1 parent 7f34d74 commit 86b12b5

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

assets/main.qml

+1-10
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,7 @@ ApplicationWindow {
2020

2121
MouseArea {
2222
id: mouseRegion
23-
property variant clickPos: "1,1"
24-
anchors.rightMargin: 0
25-
anchors.bottomMargin: 0
26-
anchors.leftMargin: 0
27-
anchors.topMargin: 0
28-
23+
property var clickPos: "1, 1"
2924
anchors.fill: parent;
3025

3126
onPressed: {
@@ -44,10 +39,6 @@ ApplicationWindow {
4439

4540
color: "#333"
4641
radius: 10
47-
anchors.rightMargin: 0
48-
anchors.bottomMargin: 0
49-
anchors.leftMargin: 0
50-
anchors.topMargin: 0
5142
anchors.fill: parent
5243
border.width: 2
5344
border.color: "#aaa"

0 commit comments

Comments
 (0)