aboutsummaryrefslogtreecommitdiff
path: root/src/graphs/HrGraph.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/graphs/HrGraph.qml')
-rw-r--r--src/graphs/HrGraph.qml2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/graphs/HrGraph.qml b/src/graphs/HrGraph.qml
index cba15a5..0ea5cce 100644
--- a/src/graphs/HrGraph.qml
+++ b/src/graphs/HrGraph.qml
@@ -24,8 +24,6 @@ import org.asteroid.sensorlogd 1.0
Item {
id: graph
- width: parent.width*0.9
- anchors.horizontalCenter: parent.horizontalCenter
Component.onCompleted: {
hrGraph.loadGraphData(hrDataLoader.getTodayData())