Layout right border problem

Hi,
Layout border on right side appear a blank gap.
How to remove the gap?

This is my code:

mylayout = new dhtmlXLayoutObject(document.body,“1C”);
mylayout.cells(“a”).setText(“PILAR KASIH”);
mylayout.setSkin(‘dhx_terrace’);

myToolbar = mylayout.cells(“a”).attachToolbar();
myToolbar.setSkin(‘dhx_terrace’);
myToolbar.setIconsPath(‘./img/’);
myToolbar.addButton(“gridnew”, 1, “”, “btn_add.png”);


Unfortunately the problem cannot be reconstructed.
Here is the screenshot of your provided code working for me.



If the problem still occurs for you please, provide a complete demo or share a demo link, where the problem can be reproduced.