Increase hit area of LinePad
authorThomas Perl <m@thp.io>
Wed, 14 Mar 2012 17:37:15 +0000 (18:37 +0100)
committerThomas Perl <m@thp.io>
Wed, 14 Mar 2012 17:37:15 +0000 (18:37 +0100)
qml/LinePad.qml

index bead39c..ba1cf44 100644 (file)
@@ -90,7 +90,7 @@ Rectangle {
             MouseArea {
                 anchors {
                     fill: parent
-                    margins: -(inputLine.height - height)/2
+                    margins: -30
                 }
                 onClicked: {
                     buttonFeedback.start()