mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2969 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
25b1211c76
commit
d31c658603
1 changed files with 0 additions and 2 deletions
|
|
@ -241,8 +241,6 @@ function doFitBorderSize() {
|
|||
var obj_list = xGetElementsByClassName('widgetBorder', xGetElementById('zonePageContent'));
|
||||
for(var i=0;i<obj_list.length;i++) {
|
||||
var obj = obj_list[i];
|
||||
if(xWidth(obj)<74) xWidth(obj,74);
|
||||
if(xHeight(obj)<40) xHeight(obj,40);
|
||||
xHeight(obj, xHeight(obj.parentNode));
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue