Skip to content

Commit

Permalink
Merge pull request #793 from ElderOrb/show_axis
Browse files Browse the repository at this point in the history
show x axis
  • Loading branch information
dericed authored Dec 8, 2023
2 parents e7c50fe + a03c978 commit a291722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/GUI/dvrescue/dvrescue/CaptureView.qml
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ Column {
Layout.fillHeight: true

canvasItem.clip: true
xBottomAxisVisible: false
xBottomAxisVisible: true
yLeftAxisVisible: false
backgroundColor: "Cornsilk"
yLeftAxisRange: Qt.vector2d(-900, 900)
Expand Down

0 comments on commit a291722

Please sign in to comment.