Commit 18b54aa511f44567c7220f07cf10a91c865d4d47
Merge branch 'printpreviewblackMac' into Develop-IPAD-MAC
Showing
1 changed file
with
2 additions
and
2 deletions
400-SOURCECODE/AIAHTML5.Web/app/controllers/CIController.js
... | ... | @@ -623,10 +623,10 @@ function ($scope, $window, $rootScope, $compile, $http, log, $location, $timeout |
623 | 623 | title: $rootScope.getLocalStorageValue("currentViewTitle"), |
624 | 624 | position: { |
625 | 625 | top: 70, |
626 | - left: 1, | |
626 | + left: 20, | |
627 | 627 | }, |
628 | 628 | |
629 | - size: { width: $(window).outerWidth() - 10, height: $(window).outerHeight() - 110 }, | |
629 | + size: { width: $(window).outerWidth() - 20, height: $(window).outerHeight() - 110 }, | |
630 | 630 | |
631 | 631 | }); |
632 | 632 | ... | ... |