Hi,
I have some problem... I have a list, each item has a icon, but I would
like that each icon was leaning (no spaces) with each other..
I made some changes in the theme to do that, but I found a problem.
The function _fix_items (inside elm_list.c) always is called and follow
code is executed:
  mw = mh = -1;
  elm_coords_finger_size_adjust(1, &mw, 1, &mh);
  edje_object_size_min_restricted_calc(VIEW(it), &mw, &mh, mw, mh);
  elm_coords_finger_size_adjust(1, &mw, 1, &mh);
  evas_object_size_hint_min_set(VIEW(it), mw, mh);
  evas_object_show(VIEW(it));
The efl always change my size_hint_mim to the value bigger than my icon
size, so spaces will add between icons...
How can I fix this!?

Regards,

-- 
Guilherme Silveira
E-mail: [email protected]
------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to