mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@523 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
00fe8b71f6
commit
1cf29fc743
10 changed files with 72 additions and 84 deletions
|
|
@ -131,9 +131,9 @@ function setFixedPopupSize() {
|
|||
|
||||
// 윈도우에서는 브라우저 상관없이 가로 픽셀이 조금 더 늘어나야 한다.
|
||||
if(xUA.indexOf('windows')>0) {
|
||||
if(xOp7Up) w += 9;
|
||||
else if(xIE4Up) w += 8;
|
||||
else w += 5;
|
||||
if(xOp7Up) w += 10;
|
||||
else if(xIE4Up) w += 10;
|
||||
else w += 6;
|
||||
}
|
||||
window.resizeTo(w,h);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue