Struggling to center the icon on a simple button
{
xtype: 'button',
width: 150,
height: 150,
cls: 'startbutton'
}
Here is the CSS:
.startbutton {
background-image: url(Camera.png) !important;
}
The dimensions of the image are 72x72 pixels.