How to center an icon in a extjs button?

Thipshekbeere

New Member
I have a simple button, but I can't make the icon to be centered on it.\[code\]{ xtype: 'button', width: 150, height: 150, cls: 'startbutton'}\[/code\]css:\[code\].startbutton { background-image: url(Camera.png) !important;}\[/code\]This image is 72x72 pixels.
 
Back
Top