mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 10:14:46 -04:00
Move checkboxes to left of text
This commit is contained in:
parent
79bb34fd36
commit
084cf4e65f
@ -131,9 +131,9 @@ def update_quick_action_table():
|
|||||||
style='margin: 1ex; display: flex; align-contents: center',
|
style='margin: 1ex; display: flex; align-contents: center',
|
||||||
hs.make_swatch(E.span(), is_dark_theme()),
|
hs.make_swatch(E.span(), is_dark_theme()),
|
||||||
'\xa0',
|
'\xa0',
|
||||||
hs.friendly_name,
|
|
||||||
'\xa0',
|
|
||||||
E.input(type='checkbox', value=hs.key, checked=current[hs.key]),
|
E.input(type='checkbox', value=hs.key, checked=current[hs.key]),
|
||||||
|
'\xa0',
|
||||||
|
hs.friendly_name,
|
||||||
))
|
))
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user