finale-lua / lua-scripts

A central repository for all Lua scripts for Finale.
https://finalelua.com
Creative Commons Zero v1.0 Universal
14 stars 14 forks source link

Improve RTFNotes line spacing #703

Closed asherber closed 4 months ago

asherber commented 4 months ago

After seeing some Notes dialogs with more text, I think the default line spacing is too tight.

Here is a script that shows the same paragraph of text with 5 different gradations of line spacing. Here is what it looks like on Windows:

image

I'd be grateful if:

rpatters1 commented 4 months ago

It looks similar on Mac.

Screen Shot 2024-02-18 at 8 45 57 AM
asherber commented 4 months ago

@rpatters1, @cv-on-hub, @jwink75, @ThistleSifter Any opinion about which spacing to use? I'm leaning towards 2, could also see 3.

rpatters1 commented 4 months ago

I have no strong opinion. Weakly, I prefer wider line spacing to narrower, but I'll go with the flow on this.

cv-on-hub commented 4 months ago

I go for 3 on Mac, though 2 would be acceptable - a tiny adjustment from the current "1" spacing.

ThistleSifter commented 4 months ago

Number 1 is too tight, but otherwise I don't have a strong preference.

asherber commented 4 months ago

Well...I created a branch in my fork to implement this change, and I successfully pushed to my fork...but somehow it looks like it also pushed to this repo. Never seen that before.

In any case, this has been resolved and published. The consensus seemed to favor # 3 over # 2, so that's what I went with (110% line spacing).

cv-on-hub commented 4 months ago

I like the 110% spacing on Mac. Thanks!