BUG-12894 SOLVED

This commit is contained in:
Roly Gutierrez
2013-09-06 15:02:10 -04:00
parent 4046dcf490
commit fd2571fa33

View File

@@ -50,17 +50,6 @@ Ext.onReady(function(){
}
}
},
{
name: 'virtualKeyboad',
xtype: 'checkbox',
checked: virtualKeyboad,
fieldLabel: _('ID_ENABLE_VIRTUAL_KEYBOARD'),
listeners:{
check:function(){
changeSettings();
}
}
},
{
xtype: 'panel',
anchor: '100%',