From 5fa5c33457084e718e07285aa101a08ccbdbeffa Mon Sep 17 00:00:00 2001 From: birendra.kumar Date: Mon, 20 Jan 2020 16:22:46 +0530 Subject: [PATCH] toobox bug fixed in 3D module --- 400-SOURCECODE/AIAHTML5.Web/app/controllers/3dAController.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/3dAController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/3dAController.js index 1415ea3..5ac240f 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/3dAController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/3dAController.js @@ -353,15 +353,15 @@ function ($scope, $rootScope, pages, log, $http, DataService, $filter, $location $scope.jsPanelWidth = 900; $scope.jsPanelHeight = $scope.ThreeDOpenInOtherModules.size.height; - if ($scope.ThreeDOpenInOtherModules.size.height > 750) - $scope.jsPanelHeight = 750; + if ($scope.ThreeDOpenInOtherModules.size.height > 560) + $scope.jsPanelHeight = 560; $scope.jsPanelLeft = 320; $scope.jsPanelTop = $rootScope.cBModulejsPanelTop(); } else { - $scope.jsPanelWidth = $(window).outerWidth() - 23; - $scope.jsPanelHeight = $(window).outerHeight() - 104; + $scope.jsPanelWidth = $(window).outerWidth() - 10; + $scope.jsPanelHeight = $(window).outerHeight() - 105; $scope.jsPanelLeft = 1; $scope.jsPanelTop = 70; } @@ -374,7 +374,7 @@ function ($scope, $rootScope, pages, log, $http, DataService, $filter, $location theme: 'success', currentController: '3dAController', parentSlug: $scope.Get3DwindowStoreData(windowviewid, 'parentSlugName'), - content: '
' + + content: '
' + '' + '
', title: tittle, -- libgit2 0.21.4