From 309375f55c05a0bef3f47a0f2cdd138c41284bea Mon Sep 17 00:00:00 2001 From: Samuel Fadel Date: Mon, 11 Jan 2016 14:11:40 +0100 Subject: Reordered scatterplot components and removed explicit z-order. --- main_view.qml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'main_view.qml') diff --git a/main_view.qml b/main_view.qml index 910c585..d109465 100644 --- a/main_view.qml +++ b/main_view.qml @@ -81,20 +81,18 @@ ApplicationWindow { border.color: "#cccccc" Scatterplot { - id: subsamplePlot - objectName: "subsamplePlot" + id: plot + objectName: "plot" x: parent.x y: parent.y - z: 1 anchors.fill: parent } Scatterplot { - id: plot - objectName: "plot" + id: subsamplePlot + objectName: "subsamplePlot" x: parent.x y: parent.y - z: 0 anchors.fill: parent } } -- cgit v1.2.3