2015-10-24 4:08 GMT+02:00 Jeff Hoogland <[email protected]>: > I'm trying to display an edj object in my elementary application, but I > can't see to manage to get said edj object to be contained within it's > parent object: > > http://www.enlightenment.org/ss/e-562ae713510947.78164071.jpg > > As you can see the image overlaps the list on the left side of the window. > > Source I am working with is here -> > > https://github.com/JeffHoogland/swami/blob/master/swami_wallpaper/swami_wallpaper.py > > The edje object is created and added to my window starting at line 136. >
Try to use elm.Layout instead of pure Edje. Then you should be able to adjust it with the correct size_hints. I cannot try your code on my machine, too much dependencies (elmextension, neet, esudo) without a proper setup.py installer > > -- > ~Jeff Hoogland <http://jeffhoogland.com/> > My Projects on GitHub <https://github.com/JeffHoogland> > > ------------------------------------------------------------------------------ > _______________________________________________ > enlightenment-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel > ------------------------------------------------------------------------------ _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
