diff options
author | ronie <ronie@users.noreply.github.com> | 2017-03-20 21:12:06 +0100 |
---|---|---|
committer | ronie <ronie@users.noreply.github.com> | 2017-03-20 21:12:06 +0100 |
commit | e061187a4536ac51ae79ded1eef222379ff58133 (patch) | |
tree | 2c6068b2701c1f48cd13640f3d67da29557de769 /addons | |
parent | e5ce5a36b3772ac5a984b9a4f44fc96dbb9f2bf6 (diff) |
[Estouchy] fix progress cache
Diffstat (limited to 'addons')
-rw-r--r-- | addons/skin.estouchy/xml/DialogSeekBar.xml | 6 | ||||
-rw-r--r-- | addons/skin.estouchy/xml/IncludesPlayerControls.xml | 5 |
2 files changed, 7 insertions, 4 deletions
diff --git a/addons/skin.estouchy/xml/DialogSeekBar.xml b/addons/skin.estouchy/xml/DialogSeekBar.xml index 64bd320f01..97193c2f90 100644 --- a/addons/skin.estouchy/xml/DialogSeekBar.xml +++ b/addons/skin.estouchy/xml/DialogSeekBar.xml @@ -5,6 +5,7 @@ <control type="group"> <posx>364</posx> <posy>10</posy> + <include>16x9_xPos_Relocation</include> <include>VisibleFadeEffect</include> <control type="label"> <posx>0</posx> @@ -41,9 +42,9 @@ <posy>40</posy> <width>552</width> <height>12</height> - <info>Player.Cache</info> + <info>Player.ProgressCache</info> <midtexture colordiffuse="grey2">white.png</midtexture> - <texturebg></texturebg> + <texturebg colordiffuse="grey3">white.png</texturebg> </control> <control type="progress"> <description>Progressbar</description> @@ -52,6 +53,7 @@ <width>552</width> <height>12</height> <info>Player.Progress</info> + <texturebg colordiffuse="002C2C2C">white.png</texturebg> </control> <control type="slider" id="87"> <description>Seek Slider</description> diff --git a/addons/skin.estouchy/xml/IncludesPlayerControls.xml b/addons/skin.estouchy/xml/IncludesPlayerControls.xml index ad162c1f88..8cbac2c4ec 100644 --- a/addons/skin.estouchy/xml/IncludesPlayerControls.xml +++ b/addons/skin.estouchy/xml/IncludesPlayerControls.xml @@ -86,9 +86,9 @@ <posy>40</posy> <width>552</width> <height>12</height> - <info>Player.Cache</info> + <info>Player.ProgressCache</info> <midtexture colordiffuse="grey2">white.png</midtexture> - <texturebg></texturebg> + <texturebg colordiffuse="grey3">white.png</texturebg> </control> <control type="progress"> <description>Progressbar</description> @@ -97,6 +97,7 @@ <width>552</width> <height>12</height> <info>Player.Progress</info> + <texturebg colordiffuse="002C2C2C">white.png</texturebg> </control> <control type="slider" id="87"> <description>Seek Slider</description> |