mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
InputDialog: add 'use_available_height' option (#8467)
Use it with bookmark edit, to allow entering longer notes.
This commit is contained in:
@@ -893,8 +893,8 @@ function ReaderBookmark:renameBookmark(item, from_highlight)
|
||||
description = " " .. T(_("Page: %1"), bookmark.mandatory) .. " " .. T(_("Time: %1"), bookmark.datetime),
|
||||
input = bookmark.text_orig,
|
||||
allow_newline = true,
|
||||
cursor_at_end = false,
|
||||
add_scroll_buttons = true,
|
||||
use_available_height = true,
|
||||
buttons = {
|
||||
{
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user