summaryrefslogtreecommitdiff
path: root/www/js/EventCtrl.js
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2020-09-07 08:50:17 -0400
committerPliable Pixels <pliablepixels@gmail.com>2020-09-07 08:50:17 -0400
commit5daf8a968a16c79c43e6c699dd8f3cd14a3daef5 (patch)
tree5ebcfdffe4e518b270ef4a0de411f901d4d0dcc9 /www/js/EventCtrl.js
parent2a2d894b5406071beb64dceb003e8105a74e8034 (diff)
#963 add some more space for large thumbnails for buttons to show
Diffstat (limited to 'www/js/EventCtrl.js')
-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);