Ext Designer 1.2.2 Build 48
Preview results doesn't match the designer results. VBox and HBox seems broken. See attached file please.
[Update]
If it can give you guys any clues, changing the layout manually in the generated code that way seems to fix the problem:
Code:layout: {
type: 'vbox',
align : 'stretch',
pack : 'start'
},