mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Allow the textarea used to edit notes for highlights to be resized manually
This commit is contained in:
parent
c5fbd12b64
commit
b6dcf70103
@ -361,7 +361,7 @@ class EditNotesAndColors: # {{{
|
||||
E.textarea(
|
||||
current_notes or '',
|
||||
placeholder=_('Add notes for this highlight. Double click or long tap on a highlight to read its notes.'),
|
||||
rows='10', spellcheck='true', style='resize: none; width: 90%;',
|
||||
rows='10', spellcheck='true', style='width: 90%;',
|
||||
onkeydown=handle_keypress,
|
||||
),
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user