[2.0][Solved]ProgressBar Height
var p = new Ext.ProgressBar({
renderTo: 'progress-bar'
, id: 'nav'
, height: 10
});
The height always is 18px.
What you could try is to call ProgressBar method setSize().
#If you have any other info about this subject , Please add it free.# |