Commit 1200d271d06e34e0515fefa8b438c2290988cda8
1 parent
2ca490b1
this is for bug 14142 navigatior position
Showing
1 changed file
with
1 additions
and
1 deletions
400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js
... | ... | @@ -104,7 +104,7 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo |
104 | 104 | $rootScope.NavigatorData; |
105 | 105 | $scope.navimgsrc; |
106 | 106 | |
107 | - $scope.dragdivleft = 0; | |
107 | + $scope.dragdivleft = 21; | |
108 | 108 | $scope.dragdivtop = 0; |
109 | 109 | |
110 | 110 | $rootScope.systemNumber = 0; | ... | ... |