mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
TextViewer: add dialog to set font size and justify text (#11210)
This commit is contained in:
@@ -927,6 +927,7 @@ function ReaderHighlight:showHighlightNoteOrDialog(page, index, bookmark_note)
|
||||
local textviewer
|
||||
textviewer = TextViewer:new{
|
||||
title = _("Note"),
|
||||
show_menu = false,
|
||||
text = bookmark_note,
|
||||
width = math.floor(math.min(self.screen_w, self.screen_h) * 0.8),
|
||||
height = math.floor(math.max(self.screen_w, self.screen_h) * 0.4),
|
||||
|
||||
Reference in New Issue
Block a user