Skip to content

Commit

Permalink
add some right margin for sort measure end text to be rendered properly
Browse files Browse the repository at this point in the history
  • Loading branch information
sonph committed Jun 2, 2024
1 parent ee353d4 commit bd734c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/groove_utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -881,7 +881,7 @@ class GrooveUtils {
'%%ornament up\n' +
'%%pagewidth ' + renderWidth + 'px\n' +
'%%leftmargin 0cm\n' +
'%%rightmargin 0cm\n' +
'%%rightmargin 0.5cm\n' +
'%%topspace 10px\n' +
'%%titlefont calibri 20\n' +
'%%partsfont calibri 16\n' +
Expand Down

0 comments on commit bd734c3

Please sign in to comment.