Commit a5db2eef authored by Don Gagne's avatar Don Gagne

parent 68046276
......@@ -14,7 +14,6 @@ Rectangle {
color: qgcPal.windowShade
signal accept ///< Action confirmed
signal reject ///< Action rejected
property string confirmText ///< Text for slider
property alias fontPointSize: label.font.pointSize ///< Point size for text
......@@ -70,12 +69,6 @@ Rectangle {
property bool dragActive: drag.active
property real _dragOffset: 1
//Component.onCompleted: console.log(height, ScreenTools.minTouchPixels)
onPressed: {
mouse.x
}
onDragActiveChanged: {
if (!sliderDragArea.drag.active) {
if (slider.x > _maxXDrag - _border) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment