Hi staff,
I need increase on size the label in my FormPanel, I used the config of FormPanel "labelWidth" more not working =/
What is bug?
ex:
Code:var form = new Ext.form.FormPanel({ title: 'myForm' , labelWidth: 100 // ex. is not working I tried 10, 20, 50, 100 is nothing =( , items: [ { ... } ] })