Ticket #3700: 3700.patch

File 3700.patch, 624 bytes (added by Tobiasz Cudnik, 15 years ago)
  • _source/plugins/preview/plugin.js

     
    4949                        try
    5050                        {
    5151                                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 );
    5555                        }
    5656                        catch ( e ){}
    5757
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy