From c8cdf4005ab758a61e71478a483bc063c9a3b898 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 bbe9ef2c22..79c97fa787 100644 --- a/src/qml/ElevationProfile.qml +++ b/src/qml/ElevationProfile.qml @@ -41,7 +41,7 @@ Rectangle { backgroundColor: Theme.mainBackgroundColorSemiOpaque borderColor: Theme.controlBackgroundAlternateColor axisLabelColor: Theme.secondaryTextColor - axisLabelSize: Theme.tipFont + axisLabelSize: Theme.tipFont.pointSize } ProgressBar {