mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-23 05:09:56 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1748 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
919be13ea9
commit
d98ba9a9b5
4 changed files with 38 additions and 20 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue