Commit 597527f8ca9ff703a4e1859afbd66ef90d73f12e
1 parent
3c72bda5
Exists in
master
and in
7 other branches
Correção no tamanho da janela da interface Flamingo
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
interface/flamingo.htm
... | ... | @@ -89,6 +89,8 @@ i3GEO.configura.locaplic = i3GEO.util.protocolo()+"://"+window.location.host+"/i |
89 | 89 | i3GEO.configura.mapaRefDisplay = "none"; |
90 | 90 | i3GEO.Interface.ATUAL = "flamingo"; |
91 | 91 | i3GEO.Interface.IDCORPO = "contemImg"; |
92 | +i3GEO.configura.diminuiyN = 150; | |
93 | +i3GEO.configura.diminuiyM = 170; | |
92 | 94 | i3GEO.cria(); |
93 | 95 | i3GEO.inicia(); |
94 | 96 | </script> | ... | ... |