diff options
author | Franz Koch <franz.koch@elements-net.de> | 2013-12-09 16:52:46 +0100 |
---|---|---|
committer | Franz Koch <franz.koch@elements-net.de> | 2013-12-15 15:33:08 +0100 |
commit | 7d5b558bda4fbbbab6ea10e9e10e947cd8b285be (patch) | |
tree | a44136a55280ae99708a4c4cb6f969139fe567e4 | |
parent | 15bb590e46f1e571d3dd5df3d833801ee98ebde6 (diff) |
[confluence] fixed position of stereoscopics and subtitle balloon-tip in video OSD
This is using the positioning of the balloon-tips like it was before the changes in GUI rendering.
-rw-r--r-- | addons/skin.confluence/720p/VideoOSD.xml | 38 | ||||
-rw-r--r-- | addons/skin.confluence/720p/defaults.xml | 2 |
2 files changed, 19 insertions, 21 deletions
diff --git a/addons/skin.confluence/720p/VideoOSD.xml b/addons/skin.confluence/720p/VideoOSD.xml index e0c94d86d5..0f17187694 100644 --- a/addons/skin.confluence/720p/VideoOSD.xml +++ b/addons/skin.confluence/720p/VideoOSD.xml @@ -479,10 +479,10 @@ </control> <control type="button" id="410"> <description>Fake button for mouse control</description> - <left>400r</left> - <top>350r</top> + <right>145</right> + <bottom>60</bottom> <width>256</width> - <height>300</height> + <height>250</height> <label>-</label> <font>-</font> <texturenofocus>-</texturenofocus> @@ -494,10 +494,10 @@ <animation effect="fade" time="200">VisibleChange</animation> <animation effect="slide" start="0,0" end="0,80" time="0" condition="![VideoPlayer.HasSubtitles + VideoPlayer.SubtitlesEnabled]">Conditional</animation> <animation effect="slide" start="0,0" end="0,40" time="0" condition="!VideoPlayer.HasSubtitles">Conditional</animation> - <left>400r</left> - <top>350r</top> + <right>145</right> + <bottom>45</bottom> <width>256</width> - <height>300</height> + <height>260</height> <itemgap>0</itemgap> <onleft>400</onleft> <onright>400</onright> @@ -598,10 +598,10 @@ <!-- STEREOSCOPIC 3D !LiveTV --> <control type="button" id="520"> <description>Fake button for mouse control</description> - <left>455r</left> - <top>350r</top> + <right>200</right> + <bottom>60</bottom> <width>256</width> - <height>300</height> + <height>210</height> <label>-</label> <font>-</font> <texturenofocus>-</texturenofocus> @@ -611,10 +611,10 @@ <control type="grouplist" id="500"> <visible>VideoPlayer.IsStereoscopic + ![Window.IsVisible(SliderDialog) | Window.IsVisible(OSDVideoSettings) | Window.IsVisible(OSDAudioSettings) | Window.IsVisible(VideoBookmarks)]</visible> <animation effect="fade" time="200">VisibleChange</animation> - <left>455r</left> - <top>350r</top> + <right>200</right> + <bottom>45</bottom> <width>256</width> - <height>300</height> + <height>220</height> <itemgap>0</itemgap> <onleft>500</onleft> <onright>500</onright> @@ -697,10 +697,10 @@ <!-- STEREOSCOPIC 3D LiveTV --> <control type="button" id="570"> <description>Fake button for mouse control</description> - <left>340r</left> - <top>350r</top> + <right>145</right> + <bottom>60</bottom> <width>256</width> - <height>300</height> + <height>210</height> <label>-</label> <font>-</font> <texturenofocus>-</texturenofocus> @@ -710,10 +710,10 @@ <control type="grouplist" id="550"> <visible>videoplayer.isstereoscopic + ![Window.IsVisible(SliderDialog) | Window.IsVisible(OSDVideoSettings) | Window.IsVisible(OSDAudioSettings) | Window.IsVisible(VideoBookmarks) | Window.IsVisible(PVROSDChannels) | Window.IsVisible(PVROSDGuide)]</visible> <animation effect="fade" time="200">VisibleChange</animation> - <left>340r</left> - <top>350r</top> + <right>145</right> + <bottom>45</bottom> <width>256</width> - <height>300</height> + <height>220</height> <itemgap>0</itemgap> <onleft>550</onleft> <onright>550</onright> @@ -794,4 +794,4 @@ </control> </control> </controls> -</window> +</window>
\ No newline at end of file diff --git a/addons/skin.confluence/720p/defaults.xml b/addons/skin.confluence/720p/defaults.xml index d19193098b..bd5e519446 100644 --- a/addons/skin.confluence/720p/defaults.xml +++ b/addons/skin.confluence/720p/defaults.xml @@ -20,8 +20,6 @@ <disabledcolor>grey3</disabledcolor> </default> <default type="button"> - <left>300</left> - <top>200</top> <width>300</width> <height>42</height> <texturefocus border="5">button-focus.png</texturefocus> |