adding button to status bar in dhxWindow

I need to have buttons at the bottom of the window - always visible and not scrollable. I am using code below to add the button to status bar, but bottom part of the button is not visible. Is there a way to make the button completely visible?



sb= win.attachStatusBar();

sb.setText("

Save
");


Hello,


the height of the statusbar is fixed. You can easily increase it in the dhtmlxwindows_sb.js.


Please, see details in the following answer dhtmlx.com/docs/products/kb/inde … mal&q=8951