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 dc3fe45..68d6fea 100644
--- a/main_view.qml
+++ b/main_view.qml
@@ -125,6 +125,15 @@ ApplicationWindow {
y: parent.y
anchors.fill: parent
}
+
+ Colormap {
+ id: colormap
+ objectName: "colormap"
+ x: parent.x + 5
+ y: parent.y + 5
+ width: 128
+ height: 10
+ }
}
Rectangle {