On Mon, 25 Jul 2016 09:39:40 -0400 Christopher Michael <[email protected]> said:
> Using 'ww' and 'hh' here for separator size breaks ibar. I get no icons > in the ibar with this. If I locally change the code to use 'w' and 'h', > then I get my ibar icons back. odd. it worked for me. bu w and h are wrong too. > dh > > On 07/25/2016 09:21 AM, Carsten Haitzler wrote: > > raster pushed a commit to branch master. > > > > http://git.enlightenment.org/core/enlightenment.git/commit/?id=504706d45ac2858be91721bd398d0c36a9bffd2d > > > > commit 504706d45ac2858be91721bd398d0c36a9bffd2d > > Author: Carsten Haitzler (Rasterman) <[email protected]> > > Date: Mon Jul 25 22:21:47 2016 +0900 > > > > e ibar - fix devilhorns fix to use the right widght and hight for > > separator > > --- > > src/modules/ibar/e_mod_main.c | 8 +++----- > > 1 file changed, 3 insertions(+), 5 deletions(-) > > > > diff --git a/src/modules/ibar/e_mod_main.c b/src/modules/ibar/e_mod_main.c > > index 4ba77b0..e5b5ba9 100644 > > --- a/src/modules/ibar/e_mod_main.c > > +++ b/src/modules/ibar/e_mod_main.c > > @@ -653,12 +653,10 @@ _ibar_resize_handle(IBar *b) > > } > > if (b->o_sep) > > { > > - if (_is_vertical(b->inst)) > > - h = 16 * e_scale; > > - else > > - w = 16 * e_scale; > > + if (_is_vertical(b->inst)) hh = 16 * e_scale; > > + else ww = 16 * e_scale; > > evas_object_size_hint_min_set(b->o_sep, 8, 8); > > - evas_object_size_hint_max_set(b->o_sep, w, h); > > + evas_object_size_hint_max_set(b->o_sep, ww, wh); > > } > > elm_box_recalculate(b->o_box); > > elm_box_recalculate(b->o_outerbox); > > > > > ------------------------------------------------------------------------------ > What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic > patterns at an interface-level. Reveals which users, apps, and protocols are > consuming the most bandwidth. Provides multi-vendor support for NetFlow, > J-Flow, sFlow and other flows. Make informed decisions using capacity planning > reports.http://sdm.link/zohodev2dev > _______________________________________________ > enlightenment-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel > -- ------------- Codito, ergo sum - "I code, therefore I am" -------------- The Rasterman (Carsten Haitzler) [email protected] ------------------------------------------------------------------------------ What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic patterns at an interface-level. Reveals which users, apps, and protocols are consuming the most bandwidth. Provides multi-vendor support for NetFlow, J-Flow, sFlow and other flows. Make informed decisions using capacity planning reports.http://sdm.link/zohodev2dev _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
