Skip to content

Commit

Permalink
Minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
lcmaqueda committed Nov 14, 2016
1 parent 4d9bdfc commit bbfd4da
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions assets/main.qml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,7 @@ ApplicationWindow {

MouseArea {
id: mouseRegion
property variant clickPos: "1,1"
anchors.rightMargin: 0
anchors.bottomMargin: 0
anchors.leftMargin: 0
anchors.topMargin: 0

property var clickPos: "1, 1"
anchors.fill: parent;

onPressed: {
Expand All @@ -44,10 +39,6 @@ ApplicationWindow {

color: "#333"
radius: 10
anchors.rightMargin: 0
anchors.bottomMargin: 0
anchors.leftMargin: 0
anchors.topMargin: 0
anchors.fill: parent
border.width: 2
border.color: "#aaa"
Expand Down

0 comments on commit bbfd4da

Please sign in to comment.