From 815e94416bdf6bdd012e744c359f0b086da6b6af Mon Sep 17 00:00:00 2001 From: Samuel Fadel Date: Thu, 24 Sep 2015 16:36:05 -0300 Subject: Removed redundant properties from QML file. --- main_view.qml | 4 ---- 1 file changed, 4 deletions(-) (limited to 'main_view.qml') 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 } } } -- cgit v1.2.3