Skip to content
This repository has been archived by the owner on Mar 7, 2020. It is now read-only.

Commit

Permalink
problem of not showing anything when we go inside the submenus solved
Browse files Browse the repository at this point in the history
  • Loading branch information
varun6325 committed Jan 13, 2014
1 parent 567421e commit b236e57
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions 720p/Includes_HorzHome.xml
Expand Up @@ -207,7 +207,7 @@
<height>3</height>
<texture>separator.png</texture>
</control>
-->
<!--Home NavBar-->
<control type="group">
<include>horizontalhome-center</include>
Expand Down Expand Up @@ -307,7 +307,7 @@
<height>46</height>
<font>font11</font>
<label>31045</label>
<onclick>ActivateWindow(Videos,content,return)</onclick>
<onclick>ActivateWindow(Videos,Files,return)</onclick>
<textoffsetx>10</textoffsetx>
<textoffsety>8</textoffsety>
<onleft>Control.Move(9900,-1)</onleft>
Expand Down
11 changes: 5 additions & 6 deletions 720p/MyVideoNav.xml
Expand Up @@ -13,7 +13,7 @@
<control type="image"> <!-- Show subject image here -->
<description>Movies/Video Logo</description>
<include>icon-header-commons</include>
<<<<<<< HEAD

<!--<texture>icon-video-sml.png</texture>-->
<texture>flux-logo-big.png</texture>
<visible>!Container.Content(tvshows) + !Container.Content(seasons) + !Container.Content(episodes) + !Container.Content(musicvideos)</visible>
Expand All @@ -31,9 +31,9 @@
<!--<texture>icon-musicvideo-sml.png</texture>-->
<texture>flux-logo-big.png</texture>
<visible>Container.Content(musicvideos)</visible>
=======

<texture>icon-video-sml.png</texture>
>>>>>>> 987433c381cd8b8b459c569712c282f94dd430db

</control>


Expand All @@ -56,12 +56,11 @@
</control>
<control type="label">
<description>Number of files</description>
<<<<<<< HEAD
<visible>Skin.HasSetting(homemenu-horizontal) | [!Skin.HasSetting(homemenu-vertical) + !Skin.HasSetting(homemenu-horizontal)]</visible>
<posy>13</posy> <!--prints "(no of files)"-->
=======

<posy>13</posy>
>>>>>>> 987433c381cd8b8b459c569712c282f94dd430db

<width min="40" max="90">auto</width>
<height>38</height>
<font>font13</font>
Expand Down
Binary file added media/mask-rect.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/mask-squ.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions skin.flux

0 comments on commit b236e57

Please sign in to comment.