PM-1627 0016804: In the Calendar dialog, the "Active" checkbox is not aligned with other fields.

causa: Definidad previa.
solucion : Agrgar atributos de tipo style.
This commit is contained in:
dheeyi
2015-03-10 11:22:44 -04:00
parent 450fc3462b
commit 339882a767

View File

@@ -770,7 +770,7 @@ Ext.onReady( function() {
items : [
{
xtype : 'displayfield',
width : 192,
width : 90,
value : ''
},
{
@@ -780,6 +780,7 @@ Ext.onReady( function() {
hideLabel : true,
name : 'label1',
checked : true,
style : 'margin-left: 10px',
boxLabel : _('ID_ACTIVE')
}
]