Skip to content

Commit

Permalink
DlgTrackInfo: fix tabstop order in BPM tab
Browse files Browse the repository at this point in the history
  • Loading branch information
ronso0 committed Dec 18, 2021
1 parent 870d75d commit be68ef6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/library/dlgtrackinfo.ui
Original file line number Diff line number Diff line change
Expand Up @@ -1000,11 +1000,11 @@ Often results in higher quality beatgrids, but will not do well on tracks that h
<tabstop>bpmTap</tabstop>
<tabstop>bpmDouble</tabstop>
<tabstop>bpmHalve</tabstop>
<tabstop>bpmClear</tabstop>
<tabstop>bpmTwoThirds</tabstop>
<tabstop>bpmThreeFourth</tabstop>
<tabstop>bpmThreeHalves</tabstop>
<tabstop>bpmFourThirds</tabstop>
<tabstop>bpmClear</tabstop>
<tabstop>btnPrev</tabstop>
<tabstop>btnNext</tabstop>
<tabstop>btnCancel</tabstop>
Expand Down

0 comments on commit be68ef6

Please sign in to comment.