summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/main.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.qml b/src/main.qml
index f428db6..48e846b 100644
--- a/src/main.qml
+++ b/src/main.qml
@@ -73,8 +73,8 @@ Application {
BarGraph {
id: stepsGraph
anchors.horizontalCenter: parent.horizontalCenter
- width: parent.width*0.9
- height: app.height*2/3
+ width: parent.width*0.85
+ height: app.width*3/5
StepsDataLoader {
id: stepsDataLoader
Component.onCompleted: {