aboutsummaryrefslogtreecommitdiff
path: root/addons
diff options
context:
space:
mode:
authorronie <ronie@users.noreply.github.com>2020-05-17 03:53:00 +0200
committerGitHub <noreply@github.com>2020-05-17 03:53:00 +0200
commit54508da0ea99dafabfb22fde4553c2810a213cdd (patch)
tree80883916fdc573800b064bbe6f49c18ff4e59193 /addons
parent6a851296ee77f9093c32ab3448148c75710dbe86 (diff)
parent0ff666612fa11c840cb6a75758ab79cbd3d634be (diff)
Merge pull request #17844 from ronie/skins-sortletter
[skins] fix sortletter
Diffstat (limited to 'addons')
-rw-r--r--addons/skin.estouchy/xml/Includes.xml2
-rw-r--r--addons/skin.estuary/xml/Includes.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/addons/skin.estouchy/xml/Includes.xml b/addons/skin.estouchy/xml/Includes.xml
index 10c1239903..bdf8f64b3b 100644
--- a/addons/skin.estouchy/xml/Includes.xml
+++ b/addons/skin.estouchy/xml/Includes.xml
@@ -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>
diff --git a/addons/skin.estuary/xml/Includes.xml b/addons/skin.estuary/xml/Includes.xml
index e5d7ad8d7f..50d18775db 100644
--- a/addons/skin.estuary/xml/Includes.xml
+++ b/addons/skin.estuary/xml/Includes.xml
@@ -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>