|
@@ -51,7 +51,7 @@ U.MD.D.Load = U.MD.D.FLoad = function (cb) {
|
|
|
|
|
|
U.selectEl("#UD_Dtop")[0].style.display = "block";
|
|
|
|
|
|
- new U.UF.UI.form(false, U.selectEl("#UD_Dtop")[0], { onresize: false, style: { "cssText": "width:100%;height:100%;padding:0;border:0;border-radius:0;box-shadow:0;position:static;" }, "className": "" },
|
|
|
+ new U.UF.UI.form(false, U.selectEl("#UD_Dtop")[0], { onresize: true, style: { "cssText": "width:100%;height:100%;padding:0;border:0;border-radius:0;box-shadow:0;position:static;" }, "className": "" },
|
|
|
{ istop: false, isdrag: false, isdrag: false, isstretching: false, isenlarge: false, isnarrow: false, isclose: false }, null, { style: { "padding": "0"} });
|
|
|
}
|
|
|
|