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