elm icon/image efl ui image - respect aspect hints at all if set
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>
Mon, 6 Apr 2020 18:33:30 +0000 (19:33 +0100)
committerJongmin Lee <jm105.lee@samsung.com>
Mon, 6 Apr 2020 21:43:36 +0000 (06:43 +0900)
commitab98fc45e697aa504e76f2a6106d0e38100499ef
treef5b200a737a49afc3125cab62fa4f6fddaf31b4d
parentbba0886c99e3e41010ba23757f284109b21d98cb
elm icon/image efl ui image - respect aspect hints at all if set

these did not even look at aspect hints when calculating sizing. that
means any attempt to set them would lead to... nothing useful. this
handles horiz/vert/both cases (as best as is possible).

@fix

This reverts previous commit and fixes it in the box layout to respect
aspect in elm boxes. note - this probably needs doing in other
containers too like table...

Revert "elm icon/image efl ui image - respect aspect hints at all if set"
src/lib/elementary/efl_ui_image.c
src/lib/elementary/els_box.c