diff options
author | Samuel Fadel <samuelfadel@gmail.com> | 2015-09-24 16:36:05 -0300 |
---|---|---|
committer | Samuel Fadel <samuelfadel@gmail.com> | 2015-09-24 16:36:05 -0300 |
commit | 815e94416bdf6bdd012e744c359f0b086da6b6af (patch) | |
tree | 6c1a54689147ca6587ec14c98098e2d687fcc019 | |
parent | 4a5b2d552d3c47c2130b7f3827ebdbef505fabea (diff) |
Removed redundant properties from QML file.
-rw-r--r-- | main_view.qml | 4 |
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 } } } |