From 7cfb17d7db0ffc79210fe6c24e8c358eaf535e65 Mon Sep 17 00:00:00 2001 From: Titta Heikkala Date: Wed, 1 Feb 2017 10:24:44 +0200 Subject: iot-sensortag: Add Accelometer chart MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added new accelometer chart. Updated the ui-layout and images. Change-Id: Id8474e533f39f5c8178b487fc9bc03d7ea956772 Reviewed-by: Otto Ryynänen --- tradeshow/iot-sensortag/resources/base/GyroChart.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tradeshow/iot-sensortag/resources/base/GyroChart.qml') diff --git a/tradeshow/iot-sensortag/resources/base/GyroChart.qml b/tradeshow/iot-sensortag/resources/base/GyroChart.qml index 91f1911..1852641 100644 --- a/tradeshow/iot-sensortag/resources/base/GyroChart.qml +++ b/tradeshow/iot-sensortag/resources/base/GyroChart.qml @@ -97,7 +97,7 @@ BaseChart { anchors.top: parent.top anchors.bottom: parent.bottom - anchors.bottomMargin: 33 + anchors.bottomMargin: 25 anchors.left: parent.left anchors.leftMargin: -20 anchors.right: parent.right @@ -161,7 +161,7 @@ BaseChart { Row { id: xLabelRow anchors.bottom: parent.bottom - anchors.bottomMargin: 28 + anchors.bottomMargin: 4 anchors.left: parent.left anchors.leftMargin: chartView.plotArea.x - 40 anchors.right: parent.right -- cgit v1.2.3