|
|
|
@ -67,7 +67,7 @@ PlasmaComponents.Page { |
|
|
|
startY = mouse.screenY |
|
|
|
startY = mouse.screenY |
|
|
|
} |
|
|
|
} |
|
|
|
onPositionChanged: { |
|
|
|
onPositionChanged: { |
|
|
|
if (Math.abs(mouse.x - startX) > width/5) { |
|
|
|
if (Math.abs(mouse.screenX - startX) > width/5) { |
|
|
|
delegate.pageSwitchEnabled = true |
|
|
|
delegate.pageSwitchEnabled = true |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
@ -244,7 +244,7 @@ PlasmaComponents.Page { |
|
|
|
PlasmaExtras.ScrollArea { |
|
|
|
PlasmaExtras.ScrollArea { |
|
|
|
anchors { |
|
|
|
anchors { |
|
|
|
fill: parent |
|
|
|
fill: parent |
|
|
|
leftMargin: handleGraphics.width + 8 |
|
|
|
leftMargin: handleGraphics.width |
|
|
|
} |
|
|
|
} |
|
|
|
GridView { |
|
|
|
GridView { |
|
|
|
id: resultsGrid |
|
|
|
id: resultsGrid |
|
|
|
|