mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Buttontable: pass icon size to the button
This commit is contained in:
@@ -53,6 +53,8 @@ function ButtonTable:init()
|
||||
text = btn_entry.text,
|
||||
text_func = btn_entry.text_func,
|
||||
icon = btn_entry.icon,
|
||||
icon_width = btn_entry.icon_width,
|
||||
icon_height = btn_entry.icon_height,
|
||||
enabled = btn_entry.enabled,
|
||||
callback = btn_entry.callback,
|
||||
hold_callback = btn_entry.hold_callback,
|
||||
|
||||
Reference in New Issue
Block a user