google-code-export / gxt-uibinder

Automatically exported from code.google.com/p/gxt-uibinder
1 stars 0 forks source link

Form Label Width won't change #34

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Define a FormPanel
2. Set labelWidth to anything
3. Set fieldWidth to anything
4. Add a TextArea to the form

What is the expected output? What do you see instead?
- For me, the fieldWidth of the TextArea stays the same regardless of the 
fieldWidth I specify. Also the labelWidth stays the same (100px I think) 
regardless of the defined labelWidth. I also noticed this on the GXT-UiBinder 
demo page. The labels are 100px but they should be 75 by default.

What version of the product are you using? On what operating system?
Win Xp and Win 7. Gxt 2.2.5. Latest gxt-uibinder and customuibinder.

Please provide any additional information below.
- In case you can't reproduce it I can provide any other layout information 
that's needed.

Original issue reported on code.google.com by aleksand...@gmail.com on 17 Jul 2012 at 9:06