Skip to content

Commit

Permalink
Fix missing elevation profile chart labels
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn committed Jul 16, 2024
1 parent c15db41 commit a3bc5b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qml/ElevationProfile.qml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Rectangle {
backgroundColor: Theme.mainBackgroundColorSemiOpaque
borderColor: Theme.controlBackgroundAlternateColor
axisLabelColor: Theme.secondaryTextColor
axisLabelSize: Theme.tipFont
axisLabelSize: Theme.tipFont.pointSize
}

ProgressBar {
Expand Down

0 comments on commit a3bc5b6

Please sign in to comment.