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 authored and github-actions[bot] committed Jul 17, 2024
1 parent 78a4fee commit c8cdf40
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 @@ -41,7 +41,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 c8cdf40

Please sign in to comment.