Icon: choose the fdo icon size using the evas obj geometry
authorDave Andreoli <dave@gurumeditation.it>
Sun, 25 Jan 2015 17:31:59 +0000 (18:31 +0100)
committerDave Andreoli <dave@gurumeditation.it>
Sun, 25 Jan 2015 17:31:59 +0000 (18:31 +0100)
commit3662d3c6019e2a8e94b07dab6633fdcf9b24d025
treebe8f88131d58af89d653ab7e28625677d3f1545f
parent38daa7553ff3acda5c2806028825d7e20553f6c0
Icon: choose the fdo icon size using the evas obj geometry

Use the min between w and h of the evas object to
request the size in the icon theme. Fdo icon are always
square (1:1) so min seems correct.

Also improved the test to include a test that do
not relay on the size_hint_min of the icon.

Now in all the test I have done always the correct
fdo icon are used.
legacy/elementary/src/bin/test_icon.c
legacy/elementary/src/lib/elm_icon.c