-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make reader width configurable #565
Make reader width configurable #565
Conversation
71b57e8
to
37e3398
Compare
the setting does nothing in case "Fit page to window" is enabled or the "double page" or "vertical reader" is selected, so it would be best to hide it in these cases |
Is that the same as the conditions for |
yeah, something like that |
37e3398
to
a110a2e
Compare
@schroda Ok, did a few updates, let me know what you think. |
8d7d4c3
to
2077671
Compare
2077671
to
ce594ae
Compare
Signed-off-by: Chance Zibolski <[email protected]>
ce594ae
to
a729b88
Compare
Fixed CI |
Adds a new setting to configure the reader width.
One unrelated change is I changed the adornment for NumberSetting from
startAdornment
toendAdornment
. Having the unit (%
) in the front looked weird. I checked this effected other settings using the component and IMO it looked better as an endAdornment in all cases, but glad to make this a configurable property if that's preferred.