diff options
Diffstat (limited to 'addons/skin.touched/4x3Hirez/PlayerControls.xml')
-rw-r--r-- | addons/skin.touched/4x3Hirez/PlayerControls.xml | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/addons/skin.touched/4x3Hirez/PlayerControls.xml b/addons/skin.touched/4x3Hirez/PlayerControls.xml index 650a0d9d55..4285f176fc 100644 --- a/addons/skin.touched/4x3Hirez/PlayerControls.xml +++ b/addons/skin.touched/4x3Hirez/PlayerControls.xml @@ -1,14 +1,14 @@ -<window type="dialog" id="114">
- <defaultcontrol></defaultcontrol>
- <include>dialogeffect</include>
- <visible>Player.HasMedia + Window.IsActive(PlayerControls) + !Window.IsActive(FullscreenVideo) + !Window.IsActive(Visualisation)</visible>
- <onunload>Skin.Reset(PlayerControlsSubMenuVisible)</onunload>
- <coordinates>
- <system>1</system>
- <posx>0</posx>
- <posy>0</posy>
- </coordinates>
- <controls>
- <include>PlayerControlCommons</include>
- </controls>
+<window type="dialog" id="114"> + <defaultcontrol></defaultcontrol> + <include>dialogeffect</include> + <visible>Player.HasMedia + Window.IsActive(PlayerControls) + !Window.IsActive(FullscreenVideo) + !Window.IsActive(Visualisation)</visible> + <onunload>Skin.Reset(PlayerControlsSubMenuVisible)</onunload> + <coordinates> + <system>1</system> + <posx>0</posx> + <posy>0</posy> + </coordinates> + <controls> + <include>PlayerControlCommons</include> + </controls> </window>
\ No newline at end of file |