mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
9b17f78001
commit
fd0e98f993
@ -25,7 +25,7 @@ def create_goto_list(onclick):
|
|||||||
return ans
|
return ans
|
||||||
|
|
||||||
|
|
||||||
def create_goto_panel(book, container, onclick, onclose):
|
def create_goto_panel(book, container, onclick):
|
||||||
panel = create_goto_list(onclick)
|
panel = create_goto_list(onclick)
|
||||||
set_css(container, display='flex', flex_direction='column')
|
set_css(container, display='flex', flex_direction='column')
|
||||||
set_css(panel, flex_grow='10')
|
set_css(panel, flex_grow='10')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user