Kodi Community Forum
Permanent submenus? - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67)
+---- Forum: Aeon Nox: Silvo (https://forum.kodi.tv/forumdisplay.php?fid=142)
+---- Thread: Permanent submenus? (/showthread.php?tid=117087)



Permanent submenus? - User 108758 - 2011-12-17

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!


- BigNoid - 2011-12-17

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.


- User 108758 - 2011-12-18

Awesome! That worked perfectly. Thanks for the quick help Big Noid.


- Martijn - 2011-12-18

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.


- Canadaka - 2012-01-03

would be nice if this were an option in the skin settings!