Skip to content
Extraits de code Groupes Projets
Valider 23500dbf rédigé par mattab's avatar mattab
Parcourir les fichiers

Fixes #3935 Thanks for the patch!

parent 10deaac8
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -1167,7 +1167,7 @@ ...@@ -1167,7 +1167,7 @@
resize: function () { resize: function () {
var ratio, w, h, var ratio, w, h,
map = this.map, 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; ratio = map.viewAB.width / map.viewAB.height;
w = map.container.width(); w = map.container.width();
h = w / ratio; h = w / ratio;
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter