mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Readersearch: reduce icon size in search dialog
This commit is contained in:
@@ -305,6 +305,8 @@ function ReaderSearch:onShowSearchDialog(text, direction, regex, case_insensitiv
|
||||
},
|
||||
{
|
||||
icon = "appbar.search",
|
||||
icon_width = Screen:scaleBySize(DGENERIC_ICON_SIZE * 0.8),
|
||||
icon_height = Screen:scaleBySize(DGENERIC_ICON_SIZE * 0.8),
|
||||
callback = function()
|
||||
self.search_dialog:onClose()
|
||||
self.last_search_text = text
|
||||
|
||||
Reference in New Issue
Block a user