aboutsummaryrefslogtreecommitdiff
path: root/src/main.qml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/main.qml5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/main.qml b/src/main.qml
index 44af46e..e59ed82 100644
--- a/src/main.qml
+++ b/src/main.qml
@@ -31,6 +31,10 @@ Application {
property var weekday: ["Sun","Mon","Tue","Wed","Thu","Fri","Sat"];
+ LoggerSettings{
+ id: loggerSettings
+ }
+
LayerStack {
id: pageStack
@@ -107,6 +111,7 @@ Application {
console.log(maxValue,divisionsInterval,divisionsCount)
dataLoadingDone()
}
+ indicatorLineHeight: loggerSettings.stepGoalEnabled ? loggerSettings.stepGoalTarget : 0
}
Item { width: parent.width; height: parent.width*0.1}