aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main_view.qml4
1 files changed, 0 insertions, 4 deletions
diff --git a/main_view.qml b/main_view.qml
index 092e952..9eea63e 100644
--- a/main_view.qml
+++ b/main_view.qml
@@ -55,13 +55,11 @@ ApplicationWindow {
Layout.fillHeight: true
border.width: 1
border.color: "#cccccc"
- z: 0
Scatterplot {
id: subsamplePlot
objectName: "subsamplePlot"
anchors.fill: parent
- z: 1
}
}
@@ -70,13 +68,11 @@ ApplicationWindow {
Layout.fillHeight: true
border.width: 1
border.color: "#cccccc"
- z: 0
Scatterplot {
id: plot
objectName: "plot"
anchors.fill: parent
- z: 1
}
}
}