aboutsummaryrefslogtreecommitdiff
path: root/main_view.qml
diff options
context:
space:
mode:
authorSamuel Fadel <samuelfadel@gmail.com>2016-01-25 19:55:52 +0100
committerSamuel Fadel <samuelfadel@gmail.com>2016-01-25 19:55:52 +0100
commit60a0bfb863aa2a05bafd943423c284f5c2d68863 (patch)
treef6faae437cbdd6b10a37a64161865f69650b13e1 /main_view.qml
parent6adb0f62c7a51b77725dc5cfe37ba59ab8f8cc73 (diff)
Scatterplots & splat now share the same scaling.
Diffstat (limited to 'main_view.qml')
-rw-r--r--main_view.qml13
1 files changed, 13 insertions, 0 deletions
diff --git a/main_view.qml b/main_view.qml
index 4c5c7a7..56e3f59 100644
--- a/main_view.qml
+++ b/main_view.qml
@@ -125,6 +125,12 @@ ApplicationWindow {
id: cpBarChart
objectName: "cpBarChart"
anchors.fill: parent
+
+ Label {
+ width: parent.width
+ horizontalAlignment: Text.AlignRight
+ text: "Control points"
+ }
}
//HistoryGraph {
@@ -156,6 +162,13 @@ ApplicationWindow {
id: rpBarChart
objectName: "rpBarChart"
anchors.fill: parent
+
+ Label {
+ anchors.margins: 5
+ width: parent.width
+ horizontalAlignment: Text.AlignRight
+ text: "Regular points"
+ }
}
//HistoryGraph {