Ticket #3700: 3700.patch
File 3700.patch, 624 bytes (added by , 14 years ago) |
---|
-
_source/plugins/preview/plugin.js
49 49 try 50 50 { 51 51 var screen = window.screen; 52 iWidth = Math. Round( screen.width * 0.8 );53 iHeight = Math. Round( screen.height * 0.7 );54 iLeft = Math. Round( screen.width * 0.1 );52 iWidth = Math.round( screen.width * 0.8 ); 53 iHeight = Math.round( screen.height * 0.7 ); 54 iLeft = Math.round( screen.width * 0.1 ); 55 55 } 56 56 catch ( e ){} 57 57