Button with image sizing problem

I have a table arrangement with a button (with image (png)) in one of the columns.
The icon is 32x32 px but is being stretched. Even when i fill in width 32px and height 32 px.
Only when i put an image in of 48x48 and set the width on 32px and height 32px it is looking ok, but I would like the icon to be smaller.

Anyone had this problem too?

There are problems with the table arrangement. Try to use horizontal or vertical arrangements and see if the problem goes away.

2 Likes

thanks, that helped. I've put a horizontal arrangenement in the cell and the button in there. Now it looks good.