Skip to content

Commit

Permalink
Increase max value for lyric word space option
Browse files Browse the repository at this point in the history
  • Loading branch information
lpugin committed Nov 17, 2023
1 parent ff1a7e6 commit 697dd9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/options.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1372,7 +1372,7 @@ Options::Options()
this->Register(&m_lyricTopMinMargin, "lyricTopMinMargin", &m_generalLayout);

m_lyricWordSpace.SetInfo("Lyric word space", "The lyric word space length");
m_lyricWordSpace.Init(1.20, 0.50, 3.00);
m_lyricWordSpace.Init(1.20, 0.50, 10.00);
this->Register(&m_lyricWordSpace, "lyricWordSpace", &m_generalLayout);

m_lyricVerseCollapse.SetInfo("Lyric verse collapse", "Collapse empty verse lines in lyrics");
Expand Down

0 comments on commit 697dd9c

Please sign in to comment.