diff options
Diffstat (limited to 'addons/skin.estouchy/xml/IncludesPlayerControls.xml')
-rw-r--r-- | addons/skin.estouchy/xml/IncludesPlayerControls.xml | 5 |
1 files changed, 3 insertions, 2 deletions
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> |