위젯의 내부여백 기능 추가

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2993 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-11-19 03:05:20 +00:00
parent 503c57d67c
commit 3144756e6f
13 changed files with 129 additions and 90 deletions

View file

@ -780,7 +780,7 @@ function transRGB2Hex(value) {
var color = parseInt(value_list[i],10).toString(16);
hex += color;
}
return hex;
return '#'+hex;
}
/**