mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 08:33:18 +02:00
Make the browse all button text a little smaller so it fits on an iphone 5 screen
This commit is contained in:
parent
46d0475cbb
commit
f0360ecc1d
1 changed files with 1 additions and 1 deletions
|
|
@ -121,7 +121,7 @@ def show_recent_stage2(books):
|
|||
start_sync(to_sync)
|
||||
container.appendChild(E.div(style='margin: 1rem 1rem',
|
||||
create_button(
|
||||
_('Browse all previously downloaded books…'),
|
||||
_('Browse all downloaded books…'),
|
||||
action=def():
|
||||
show_panel('local_books')
|
||||
)))
|
||||
|
|
|
|||
Loading…
Reference in a new issue