Icon: use size_hint_min instead of image_size to know the wanted size
authorDave Andreoli <dave@gurumeditation.it>
Sun, 25 Jan 2015 14:48:41 +0000 (15:48 +0100)
committerDave Andreoli <dave@gurumeditation.it>
Sun, 25 Jan 2015 14:48:41 +0000 (15:48 +0100)
commit75176a789981bd6b1ef0bfcc95793c896b5bde07
treebe599be317a2120973a3c3bc8e1e61237de10a8f
parent5ebcfb6b56b4a5aa737bbddd0d1dc3a7a0c8bc79
Icon: use size_hint_min instead of image_size to know the wanted size

This @fix fdo icons to load the correct image for the requested size.

Whitout this the small images (16x16) was never used, because once a big
(64x64 for example) image was loaded, that size was used as min.

See the Icon Standard test for a better explanation
src/lib/elm_icon.c