From 5daf8a968a16c79c43e6c699dd8f3cd14a3daef5 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Mon, 7 Sep 2020 08:50:17 -0400 Subject: #963 add some more space for large thumbnails for buttons to show --- www/js/EventCtrl.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www') diff --git a/www/js/EventCtrl.js b/www/js/EventCtrl.js index 502a568d..4475af83 100644 --- a/www/js/EventCtrl.js +++ b/www/js/EventCtrl.js @@ -3056,7 +3056,7 @@ angular.module('zmApp.controllers') var maxRowHeight; if (ld.eventViewThumbsSize == 'large') { - maxRowHeight = $scope.rowHeight - 170; + maxRowHeight = $scope.rowHeight - 190; if (landscape) { // go till 90% of width in large landscape, but restricted to useable row height return calculateAspectRatioFit(mw, mh, 0.9* $rootScope.devWidth, maxRowHeight); -- cgit v1.2.3