var hwcxRecordGrid = new Ext.grid.GridPanel({
        id: "hwcxRecordInfoGrid",
        store: hwcxRecordStore,
        sm: sm,
        cm: cm,
        loadMask: true,
        stripeRows: true,
        autoScroll: true,
        border: false,
        tbar: [ '', '', '<b>搜索条件:</b> ', ' ',
{
    xtype: 'textfield',
    width: 300,
    id: 'fhxx_sousuo',
    name: 'fhxx_sousuo',
    emptyText: "发车清单号"
}, '', '-', '', {
    text: '搜 索',
    pressed: true,
    tooltip: "关键字:发车清单号",
    iconCls: 'serchhwcxRecord',
    handler: SerachhwcxRecord
}
]
    });如何设置tbar的高度 ,我要把tbar的高度弄高点