aboutsummaryrefslogtreecommitdiff
path: root/main_view.qml
diff options
context:
space:
mode:
Diffstat (limited to 'main_view.qml')
-rw-r--r--main_view.qml9
1 files changed, 9 insertions, 0 deletions
diff --git a/main_view.qml b/main_view.qml
index bcf64a5..cfbea4f 100644
--- a/main_view.qml
+++ b/main_view.qml
@@ -109,6 +109,15 @@ ApplicationWindow {
color: "transparent"
}
}
+
+ TransitionControl {
+ id: plotTC
+ objectName: "plotTC"
+ x: parent.x
+ y: parent.y
+ z: 3
+ anchors.fill: parent
+ }
}
Rectangle {