how to show image next to button?

Hi guys.
I do understand how to show small icon-sized image next to ui button, but I need to show image bigger than button (and centered vertically), and it’s got truncated.
https://snippet.webix.com/w6zs8aor
(also we need to detect click on image, so I guess, put it in span)

do you mean this?
https://snippet.webix.com/nuge30ud

well, search widget should stay with original height

you need to wrap it into vertical layout

{
    rows:[
        {},
        {view:"search"},
        {}
    ]
}

https://snippet.webix.com/md9pzl94

ah, yes that’ll do it, thanks!