issue 325, changed default height for widget box

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9488 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
flyskyko 2011-10-05 05:48:45 +00:00
parent ce55df2020
commit 5ca9efd52e

View file

@ -296,7 +296,7 @@ function completeAddContent(ret_obj, response_tags, params, fo_obj) {
/* 박스 위젯 추가 */
function doAddWidgetBox() {
var tpl = ''+
'<div class="widgetOutput" style="float:left;width:100%;height:12px;" widget="widgetBox" >'+
'<div class="widgetOutput" style="float:left;width:100%;height:20px;" widget="widgetBox" >'+
'<button type="button" class="widgetBoxResize"></button>'+
'<button type="button" class="widgetBoxResizeLeft"></button>'+
'<div class="widgetBoxBorder">'+