From 11dd8649aeda2518bef83eb3b94678577bae1efa Mon Sep 17 00:00:00 2001 From: Edmar Moretti Date: Thu, 3 Jan 2013 13:55:48 +0000 Subject: [PATCH] Correção na ferramenta de alteração do tamanho --- ferramentas/opcoes_tamanho/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ferramentas/opcoes_tamanho/index.js b/ferramentas/opcoes_tamanho/index.js index 1dfd6e7..2dc06dd 100644 --- a/ferramentas/opcoes_tamanho/index.js +++ b/ferramentas/opcoes_tamanho/index.js @@ -101,7 +101,7 @@ i3GEOF.opcoesTamanho = { box.style.width = i3GEO.parametros.w + "px"; box.style.height = i3GEO.parametros.h + "px"; box.style.display = "block"; - box.style.zIndex = 6000; + box.style.zIndex = 2; } catch(erro){i3GEO.janela.tempoMsg(erro);} }, -- libgit2 0.21.2