diff options
author | ronie <ronie@kodi.tv> | 2019-05-05 17:06:56 +0200 |
---|---|---|
committer | ronie <ronie@kodi.tv> | 2019-05-05 17:06:56 +0200 |
commit | 3ae71d7b70092ed0db78ae7870ed9d9773650c7c (patch) | |
tree | f8b368de2978aa0d0d8d6625eeae61402bc94d5f | |
parent | 216f6f8e9e27bba83ef3047cac51fdf02062d2f6 (diff) |
[Estuary] fix scrollbar in skinsettings
-rw-r--r-- | addons/skin.estuary/xml/SkinSettings.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/addons/skin.estuary/xml/SkinSettings.xml b/addons/skin.estuary/xml/SkinSettings.xml index d26bf839fb..6c82f75339 100644 --- a/addons/skin.estuary/xml/SkinSettings.xml +++ b/addons/skin.estuary/xml/SkinSettings.xml @@ -328,8 +328,8 @@ <orientation>vertical</orientation> <texturesliderbackground /> <animation effect="slide" end="6,0" time="300" tween="sine" easing="inout" condition="!Control.HasFocus(60)">conditional</animation> - <onleft>5</onleft> - <onright>5</onright> + <onleft>10000</onleft> + <onright>10000</onright> <animation effect="fade" start="0" end="100" time="200" delay="300">Visible</animation> <animation effect="fade" start="100" end="0" time="200">Hidden</animation> <animation effect="fade" start="0" end="100" delay="300" time="320">WindowOpen</animation> |