Commit 31f825de938b924caaf29dc49fd5c4f5657f7497
Merge branch 'maxminprintpriview' into Develop
Showing
1 changed file
with
1 additions
and
0 deletions
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 | }); | ... | ... |