Skip to content

Commit

Permalink
Merge pull request #7642 from jgscherber/7640-use-correct-header-size
Browse files Browse the repository at this point in the history
Header size didn't include padding above buttons
  • Loading branch information
quincylvania authored Jun 1, 2020
2 parents 620d79b + bfa1dbf commit 909690c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/renderer/map.js
Original file line number Diff line number Diff line change
Expand Up @@ -981,7 +981,7 @@ export function rendererMap(context) {

map.trimmedExtent = function(val) {
if (!arguments.length) {
var headerY = 60;
var headerY = 71;
var footerY = 30;
var pad = 10;
return new geoExtent(
Expand Down

0 comments on commit 909690c

Please sign in to comment.