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 17, 2024
1 parent a43bb28 commit 2813bf2
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

1 comment on commit 2813bf2

@qfield-fairy
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.