summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
Diffstat (limited to 'www')
-rw-r--r--www/js/EventCtrl.js2
1 files changed, 1 insertions, 1 deletions
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);