From a3bc5b6ed452eefe85501e454d37f39df0fe2640 Mon Sep 17 00:00:00 2001 From: Mathieu Pellerin Date: Tue, 16 Jul 2024 09:50:53 +0700 Subject: [PATCH] Fix missing elevation profile chart labels --- src/qml/ElevationProfile.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qml/ElevationProfile.qml b/src/qml/ElevationProfile.qml index 4e14d6460a..60f8c68813 100644 --- a/src/qml/ElevationProfile.qml +++ b/src/qml/ElevationProfile.qml @@ -39,7 +39,7 @@ Rectangle { backgroundColor: Theme.mainBackgroundColorSemiOpaque borderColor: Theme.controlBackgroundAlternateColor axisLabelColor: Theme.secondaryTextColor - axisLabelSize: Theme.tipFont + axisLabelSize: Theme.tipFont.pointSize } ProgressBar {