Skip to content

Commit

Permalink
Merge pull request xbmc#17844 from ronie/skins-sortletter
Browse files Browse the repository at this point in the history
[skins] fix sortletter
  • Loading branch information
ronie authored and Maven85 committed Aug 7, 2020
1 parent a6e2681 commit 2016987
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion addons/skin.estouchy/xml/Includes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -640,7 +640,7 @@
<include name="ScrollOffsetLabel">
<control type="group">
<include>16x9_xPos_Relocation</include>
<visible>Container.Scrolling + [Container.SortMethod(1) | Container.SortMethod(4) | Container.SortMethod(12) | Container.SortMethod(10) | Container.SortMethod(7)]</visible>
<visible>Container.Scrolling + [Container.SortMethod(1) | Container.SortMethod(4) | Container.SortMethod(12) | Container.SortMethod(10) | Container.SortMethod(7) | Container.SortMethod(29)]</visible>
<animation effect="fade" time="100">Visible</animation>
<animation effect="fade" time="300">Hidden</animation>
<posx>600</posx>
Expand Down
2 changes: 1 addition & 1 deletion addons/skin.estuary/xml/Includes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -998,7 +998,7 @@
<visible>!System.HasActiveModalDialog</visible>
<visible>Container.Scrolling</visible>
<visible>!Container.Content(seasons)</visible>
<visible>Container.SortMethod(1) | Container.SortMethod(4) | Container.SortMethod(12) | Container.SortMethod(10) | Container.SortMethod(7) | Container.SortMethod(17)</visible>
<visible>Container.SortMethod(1) | Container.SortMethod(4) | Container.SortMethod(12) | Container.SortMethod(10) | Container.SortMethod(7) | Container.SortMethod(29) | Container.SortMethod(17)</visible>
<animation effect="fade" start="0" end="100" time="200" reversible="true">VisibleChange</animation>
<animation effect="fade" start="100" end="0" time="200">WindowClose</animation>
</control>
Expand Down

0 comments on commit 2016987

Please sign in to comment.