Commit c135c4a66ffbf1a04e66ac8db962dcc8c397bc59
1 parent
c6f4febc
Exists in
master
Redimencionamento das linhas do relatório.
Showing
2 changed files
with
1 additions
and
2 deletions
Show diff stats
src/main/java/br/com/ases/controller/AvaliacaoController.java
... | ... | @@ -537,7 +537,6 @@ public class AvaliacaoController { |
537 | 537 | |
538 | 538 | novaChave = "urlAvaliada" + chaveAvaliacao; |
539 | 539 | String urlAvaliada = (String) VRaptorRequestHolder.currentRequest().getServletContext().getAttribute(novaChave); |
540 | - | |
541 | 540 | map.put("pPagina", urlAvaliada != "" ? urlAvaliada : "Código Fonte ou Arquivo"); |
542 | 541 | |
543 | 542 | if (urlAvaliada != "") { | ... | ... |
src/main/webapp/WEB-INF/templates-relatorios/relatorio-avaliacao.jrxml
... | ... | @@ -191,7 +191,7 @@ |
191 | 191 | <text><![CDATA[Página Avaliada]]></text> |
192 | 192 | </staticText> |
193 | 193 | <textField> |
194 | - <reportElement x="90" y="182" width="1024" height="20" uuid="c14e0918-43d2-4d71-bed9-c32949d0af5f"/> | |
194 | + <reportElement x="90" y="182" width="555" height="20" uuid="c14e0918-43d2-4d71-bed9-c32949d0af5f"/> | |
195 | 195 | <textElement> |
196 | 196 | <font size="13"/> |
197 | 197 | </textElement> | ... | ... |