diff options
author | uNiversaI <uNiversaI@users.noreply.github.com> | 2014-12-11 16:02:47 +0000 |
---|---|---|
committer | uNiversaI <uNiversaI@noreply.github.com> | 2014-12-16 03:49:24 +0900 |
commit | 212a53afa1549a82f03112f4a074aae3123167fd (patch) | |
tree | 9ef30429d912fdb56ab2cbd675b8eb4a9419ea4d | |
parent | 6360c268f5e3944d138665ecadb94e83b6a135cb (diff) |
[confluence] minor cosmetic to codec info background
The codec info text in relation to top/bottom of background is slightly off so either text moves up 5 pixels or back is 5 pixels larger so bottom is more even.
Also move pvr info this matches the codec info bg size increase
-rw-r--r-- | addons/skin.confluence/720p/VideoFullScreen.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/addons/skin.confluence/720p/VideoFullScreen.xml b/addons/skin.confluence/720p/VideoFullScreen.xml index 896c6f5d9a..fb35eeec2b 100644 --- a/addons/skin.confluence/720p/VideoFullScreen.xml +++ b/addons/skin.confluence/720p/VideoFullScreen.xml @@ -368,7 +368,7 @@ <left>0</left> <top>0</top> <width>1280</width> - <height>155</height> + <height>160</height> <texture>black-back.png</texture> </control> <control type="label" id="10"> @@ -421,7 +421,7 @@ </control> <control type="group"> <visible>Player.ShowCodec + VideoPlayer.Content(LiveTV) + system.getbool(pvrplayback.signalquality)</visible> - <top>180</top> + <top>185</top> <control type="image"> <description>media info background image</description> <left>0</left> |