Kodi Community Forum

Full Version: Permanent submenus?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I've been using Aeon Nox with pre-Eden for a while now and I love it. Unfortunately, my wife isn't so fond of having to expand every submenu to find where things are.

So, my question is how can I make the submenus "permanent" or unhidden -- kind of like how they are in the default Confluence skin? I looked through the xml, but couldn't find the particular thing that would toggle something like this on/off (if it's even that easy).

Thanks!
In Home.xml look for this code:

Code:
<animation effect="fade" start="100" end="0" time="300" condition="!Control.HasFocus(9010)">conditional</animation>
<animation effect="slide" start="0,0" end="0,-40" time="300" tween="cubic" easing="inout" condition="!Control.HasFocus(9010)">conditional</animation>

And delete it. RSS should be disabled or placed at the bottom of course.
Awesome! That worked perfectly. Thanks for the quick help Big Noid.
botez Wrote:Awesome! That worked perfectly. Thanks for the quick help Big Noid.

Remember that when you get a skin update you will have to do this again.
would be nice if this were an option in the skin settings!