From 95edb599eb148d945c62fbb3fc200bfd5601f101 Mon Sep 17 00:00:00 2001 From: Arseniy Movshev Date: Fri, 2 Jun 2023 16:56:20 +0100 Subject: make the steps graph barely fit on round displays --- src/main.qml | 4 ++-- 1 file 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: { -- cgit v1.2.3-54-g00ecf