Commit 31f825de938b924caaf29dc49fd5c4f5657f7497

Authored by Amrita Vishnoi
2 parents 4e9c73f6 408674fd

Merge branch 'maxminprintpriview' into Develop

400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js
... ... @@ -3516,6 +3516,7 @@ function ($rootScope, Modules, $log, $location, $timeout, DataService, Authentic
3516 3516 top: 70,
3517 3517 left: 1,
3518 3518 },
  3519 + controls: { buttons: 'closeonly'},
3519 3520 size: { width: $(window).outerWidth(), height: $(window).outerHeight() + 60 },
3520 3521 //size: { width: $(window).outerWidth() - 10, height: $(window).outerHeight() - 110 },
3521 3522 });
... ...