Commit 18b54aa511f44567c7220f07cf10a91c865d4d47

Authored by Amrita Vishnoi
2 parents 33617715 01a5def0

Merge branch 'printpreviewblackMac' into Develop-IPAD-MAC

400-SOURCECODE/AIAHTML5.Web/app/controllers/CIController.js
@@ -623,10 +623,10 @@ function ($scope, $window, $rootScope, $compile, $http, log, $location, $timeout @@ -623,10 +623,10 @@ function ($scope, $window, $rootScope, $compile, $http, log, $location, $timeout
623 title: $rootScope.getLocalStorageValue("currentViewTitle"), 623 title: $rootScope.getLocalStorageValue("currentViewTitle"),
624 position: { 624 position: {
625 top: 70, 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