git-svn-id: http://xe-core.googlecode.com/svn/trunk@1748 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-06-22 09:22:13 +00:00
parent 919be13ea9
commit d98ba9a9b5
4 changed files with 38 additions and 20 deletions

View file

@ -127,7 +127,11 @@ function doFillWidgetVars() {
}
fo_obj.widget_width.value = xWidth(selected_node)-6;
var marginLeft = parseInt(selected_node.style.marginLeft.replace(/px$/,''),10);
var marginRight = parseInt(selected_node.style.marginRight.replace(/px$/,''),10);
var border = parseInt(selected_node.style.border);
fo_obj.widget_width.value = xWidth(selected_node) + marginLeft + marginRight - 6;
// 컬러셋 설정
if(skin && xGetElementById("widget_colorset").options.length<1 && colorset) {