Skip to content

Instantly share code, notes, and snippets.

@chensoren
Created February 21, 2012 03:50
Show Gist options
  • Save chensoren/1873512 to your computer and use it in GitHub Desktop.
Save chensoren/1873512 to your computer and use it in GitHub Desktop.
align component center inside Ext.Panel
app.views.Signature=Ext.extend(Ext.Panel,{
layout:{
type:'vbox',
pack: 'start',
align: 'center'
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment