In new implementation of linb.UI.Dialog (I have downloaded the UI.js which is used by IDE) frame doesn't resize with border, so it is possible to resize dialog so much, that it is impossible to resize it once again.
Ex:
--------8<----------------------------
var d = new linb.UI.Dialog();
d.setWidth(300);
d.setHeight(300);
d.create();
var root = linb([document.body],null);
root.attach(d,null);
--------8<----------------------------
PS.
I found a new method of showing widgets better then old one.
PSS.
I's it possible to get somewhere unpacked version of linb.js and UI.js?