aboutsummaryrefslogtreecommitdiff
path: root/main_view.qml
diff options
context:
space:
mode:
Diffstat (limited to 'main_view.qml')
-rw-r--r--main_view.qml10
1 files changed, 4 insertions, 6 deletions
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
}
}