Commit ee8f707ce95540b5d7aa914f2e1963341c401059
1 parent
77d10165
Exists in
master
and in
7 other branches
-
Showing
1 changed file
with
3 additions
and
0 deletions
Show diff stats
classesjs/classe_i3geo.js
| @@ -803,6 +803,7 @@ var i3GEO = { | @@ -803,6 +803,7 @@ var i3GEO = { | ||
| 803 | //se for mobile | 803 | //se for mobile |
| 804 | if(i3GEO.Interface.ALTTABLET === "" && DetectaMobile("DetectMobileLong") === true){ | 804 | if(i3GEO.Interface.ALTTABLET === "" && DetectaMobile("DetectMobileLong") === true){ |
| 805 | menos = 20; | 805 | menos = 20; |
| 806 | + i3GEO.configura.autotamanho = true; | ||
| 806 | } | 807 | } |
| 807 | temp = $i("contemFerramentas"); | 808 | temp = $i("contemFerramentas"); |
| 808 | if (temp | 809 | if (temp |
| @@ -881,6 +882,8 @@ var i3GEO = { | @@ -881,6 +882,8 @@ var i3GEO = { | ||
| 881 | temp.style.width = w | 882 | temp.style.width = w |
| 882 | + "px"; | 883 | + "px"; |
| 883 | } | 884 | } |
| 885 | + i3GEO.parametros.w = w; | ||
| 886 | + i3GEO.parametros.h = h; | ||
| 884 | return [ | 887 | return [ |
| 885 | w, | 888 | w, |
| 886 | h | 889 | h |