wilian 2015-11-12 13:40:37 +00:00
parent 7b05aa363c
commit 17f664f528
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
<zk>
<window id="winEditarEstado" border="normal"
apply="${editarEstadoController}" width="550px" height="245px"
apply="${editarEstadoController}" width="550px" height="265px"
contentStyle="overflow:auto"
title="${c:l('editarEstadoController.window.title')}">
<toolbar>
@ -89,7 +89,7 @@
<label id="lbDescProcon"
value="${c:l('busquedaEstadoController.lhDescProcon.label')}" />
<textbox id="txtDescProcon"
width="90%" maxlength="48"
width="90%" maxlength="80"
value="@{winEditarEstado$composer.estado.descProcon}"
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" />
</row>