summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleix Pol <aleixpol@kde.org>2015-10-15 14:53:09 (GMT)
committerAleix Pol <aleixpol@kde.org>2015-10-15 14:53:09 (GMT)
commit669f6ac5fb6982e15e517da2f1a216ac1506e7f1 (patch)
tree6f2722dbefeb25967cf2ff21e3e2f63489fd92a2
parented9ae251c0e76998e4ef264e0ff29251d71f0dd8 (diff)
Narrow the carroussel elements
-rw-r--r--discover/qml/Information.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/discover/qml/Information.qml b/discover/qml/Information.qml
index f478217..9129023 100644
--- a/discover/qml/Information.qml
+++ b/discover/qml/Information.qml
@@ -12,9 +12,11 @@ PathView {
path: Path {
startX: oriX; startY: oriY
+ PathLine { x: oriX-200; y: oriY }
PathLine { x: oriX-800; y: oriY }
PathLine { x: oriX+800; y: oriY-1900 }
PathLine { x: oriX+800; y: oriY }
+ PathLine { x: oriX+200; y: oriY }
PathLine { x: oriX; y: oriY }
}