Skip to content

don't make pixmaps bigger than needed

Marco Martin requested to merge work/mart/paintedSize into master

create the pixmap texture of icons just as big as icon's actualsize for that given size, not having unneeded padding around. It also makes plaintedWidth/paintedHeight return actually sensible values

Merge request reports