diff options
Diffstat (limited to 'addons/skin.estuary/xml/DialogSelect.xml')
-rw-r--r-- | addons/skin.estuary/xml/DialogSelect.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/addons/skin.estuary/xml/DialogSelect.xml b/addons/skin.estuary/xml/DialogSelect.xml new file mode 100644 index 0000000..41dec16 --- /dev/null +++ b/addons/skin.estuary/xml/DialogSelect.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<window> + <defaultcontrol always="true">3</defaultcontrol> + <include>Animation_DialogPopupOpenClose</include> + <depth>DepthOSD</depth> + <controls> + <include condition="![Window.IsActive(gamesaves) | Window.IsActive(gamestretchmode) | Window.IsActive(gamevideofilter) | Window.IsActive(gamevideorotation) | Window.IsActive(ingamesaves)]">DefaultDialogSelectLayout</include> + <include condition="Window.IsActive(gamesaves)">GameDialogSelectSaveLayout</include> + <include condition="Window.IsActive(gamevideofilter)">GameDialogSelectFilterLayout</include> + <include condition="Window.IsActive(gamestretchmode)">GameDialogSelectViewLayout</include> + <include condition="Window.IsActive(gamevideorotation)">GameDialogSelectViewLayout</include> + <include condition="Window.IsActive(ingamesaves)">GameDialogSelectSaveInGameLayout</include> + </controls> +</window> |