Communication module UI cleaning.

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12303 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2012-11-27 05:06:41 +00:00
parent 9e06880c1d
commit ff3b0561b4
4 changed files with 23 additions and 27 deletions

View file

@ -471,7 +471,7 @@ function setFixedPopupSize() {
w = $pc.width(10).height(10000).get(0).scrollWidth + offset.left*2;
h = $pc.height(10).width(10000).get(0).scrollHeight + offset.top*2;
if(w < 600) w = 600 + offset.left*2;
if(w < 800) w = 800 + offset.left*2;
dw = $win.width();
dh = $win.height();