Lector
Lector copied to clipboard
Flexible line spacing?
Currently, if you set line padding to a certain value, it maintains that same value when you make the window full-screen or not. So, line spacing changes depending on the size of the window. This isn't ideal; line spacing should remain constant, and line padding should change depending on the size of the window.
You're correct. I'll fix this in the next commit.
Was this resolved? I found this while testing:
No
On Thu, 24 Oct 2019 at 08:17, Elisa Malzoni [email protected] wrote:
Was this resolved?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/BasioMeusPuga/Lector/issues/64?email_source=notifications&email_token=ABZEXFLGRQNXYQHOMKJZDNTQQGG4NA5CNFSM4FDAKNF2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOECE2BFI#issuecomment-545890453, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABZEXFNUTEBOYMAIZRBMJ53QQGG4NANCNFSM4FDAKNFQ .
Ok, I'll be working on this.
Hello. I'm afraid I've been on a break from development due to unavoidable IRL circumstances. That said, please help me understand this better. In that gif both padding and line spacing seems fixed to me - which is intended behavior. Am I correct in assuming you'd like the padding to change so that the text occupies the same area regardless of window size?
Hello. I'm afraid I've been on a break from development due to unavoidable IRL circumstances. That said, please help me understand this better. In that gif both padding and line spacing seems fixed to me - which is intended behavior. Am I correct in assuming you'd like the padding to change so that the text occupies the same area regardless of window size?
That's correct. If the goal is to set line spacing to a constant value it should be maintained when you expand the window.
I am trying to implement the padding relative to the window size, I'll make a PR when I am done.
I think i got it! You wanted something like this?
Now the padding is relative to the window width.
I've done the PR. Was that it? @nickcorona @BasioMeusPuga