From 60a0bfb863aa2a05bafd943423c284f5c2d68863 Mon Sep 17 00:00:00 2001 From: Samuel Fadel Date: Mon, 25 Jan 2016 19:55:52 +0100 Subject: Scatterplots & splat now share the same scaling. --- main_view.qml | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'main_view.qml') 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 { -- cgit v1.2.3