Skip to content

Commit

Permalink
Fixes #3935 Thanks for the patch!
Browse files Browse the repository at this point in the history
  • Loading branch information
mattab committed May 14, 2013
1 parent 10deaac commit 23500db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/UserCountryMap/js/visitor-map.js
Expand Up @@ -1167,7 +1167,7 @@
resize: function () {
var ratio, w, h,
map = this.map,
maxHeight = $(window).height() - (this.theWidget && this.theWidget.isMaximised ? 150 : 55);
maxHeight = $(window).height() - (this.theWidget && this.theWidget.isMaximised ? 150 : 79);
ratio = map.viewAB.width / map.viewAB.height;
w = map.container.width();
h = w / ratio;
Expand Down

0 comments on commit 23500db

Please sign in to comment.