2016-04-29 13:10 GMT+02:00 Jaehyun Cho <[email protected]>: > jaehyun pushed a commit to branch master. > > > http://git.enlightenment.org/core/efl.git/commit/?id=5f59e134ebe4347ee6b7dafe63f75e9dbd813d82 > > commit 5f59e134ebe4347ee6b7dafe63f75e9dbd813d82 > Author: Jaehyun Cho <[email protected]> > Date: Fri Apr 29 19:59:42 2016 +0900 > > genlist: Change group_index swallow parts to be squares. > > "elm.swallow.icon" and "elm.swallow.end" of group_index item were not > squrares. So change those swallow parts to be squares like default > item's swallow parts. >
This (obviously) change the apparence of existing apps, for example: before: http://postimg.org/image/mtijj7m8h/ after: http://postimg.org/image/dx3mkwn69/ as you can see in both genlists the appearance is changed, the left one has now an alignment that I don't like, while the one on the right now show an icon that was previously not-visible (for a bug on my side). So this is somehow a theme break, my app will look different with older themes (default or derivates). How should we manage cases like this? > --- > data/elementary/themes/edc/elm/genlist.edc | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/data/elementary/themes/edc/elm/genlist.edc > b/data/elementary/themes/edc/elm/genlist.edc > index 288440a..a8903d7 100644 > --- a/data/elementary/themes/edc/elm/genlist.edc > +++ b/data/elementary/themes/edc/elm/genlist.edc > @@ -203,6 +203,7 @@ group { "elm/genlist/item/group_index/default"; > nomouse; program_source: "elm"; > desc { "default"; > fixed: 1 0; > align: 0.0 0.5; > + aspect: 1.0 1.0; > rel1.to_x: "elm.swallow.pad"; > rel1.relative: 1.0 0.0; > rel1.offset: -1 2; > @@ -215,6 +216,7 @@ group { "elm/genlist/item/group_index/default"; > nomouse; program_source: "elm"; > desc { "default"; > fixed: 1 0; > align: 1.0 0.5; > + aspect: 1.0 1.0; > rel1.offset: -3 2; > rel1.relative: 1.0 0.0; > rel2.offset: -3 -3; > > -- > > > ------------------------------------------------------------------------------ Find and fix application performance issues faster with Applications Manager Applications Manager provides deep performance insights into multiple tiers of your business applications. It resolves application problems quickly and reduces your MTTR. Get your free trial! https://ad.doubleclick.net/ddm/clk/302982198;130105516;z _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
