mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-04 09:32:15 +09:00
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:
parent
9e06880c1d
commit
ff3b0561b4
4 changed files with 23 additions and 27 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue