mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #1858606 [Smooth scrolling settings doesn't fit on small screens](https://bugs.launchpad.net/calibre/+bug/1858606)
This commit is contained in:
parent
464fafd047
commit
788278b97e
@ -76,7 +76,7 @@ def create_scrolling_panel(container, apply_func, cancel_func):
|
||||
_('Stop at internal file boundaries when smooth scrolling by holding down the scroll key')
|
||||
))
|
||||
container.appendChild(
|
||||
E.div(style='display:grid;margin-top:1ex;align-items:center;grid-template-columns:25em min-content;grid-gap:1ex',
|
||||
E.div(style='display:grid;margin-top:1ex;align-items:center;grid-template-columns:auto min-content;grid-gap:1ex; max-width: 30em',
|
||||
*spinner(
|
||||
'lines_per_sec_smooth',
|
||||
_('Smooth scrolling speed in lines/sec'),
|
||||
|
Loading…
x
Reference in New Issue
Block a user