aboutsummaryrefslogtreecommitdiff
path: root/addons/skin.estuary/xml/DialogSelect.xml
blob: 0570fcd0b96262f118557264309475955ffad393 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?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(gameviewmode) | Window.IsActive(gamevideofilter) | Window.IsActive(gamevideorotation)]">DefaultDialogSelectLayout</include>
		<include condition="Window.IsActive(gamevideofilter)">GameDialogSelectFilterLayout</include>
		<include condition="Window.IsActive(gameviewmode)">GameDialogSelectViewLayout</include>
		<include condition="Window.IsActive(gamevideorotation)">GameDialogSelectViewLayout</include>
	</controls>
</window>