Commit 74da34622170b3da75e461112ce87995d26011b7

Authored by Edmar Moretti
1 parent 2b408eb1

--no commit message

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
classesjs/classe_i3geo.js
... ... @@ -850,7 +850,7 @@ var i3GEO = {
850 850 Dw = screen.availWidth;
851 851 }
852 852 if (Dh > screen.availHeight){
853   - Dh = screen.availHeight;
  853 + Dh = screen.availHeight - 20;
854 854 }
855 855  
856 856 novow = Dw
... ...