Buttontable: pass icon size to the button

pull/8207/head
hius07 3 years ago committed by Frans de Jonge
parent 3b6fd8a1d5
commit 07c8b0029e

@ -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,

Loading…
Cancel
Save