diff options
Diffstat (limited to 'addons/skin.estuary/xml/GameOSD.xml')
-rw-r--r-- | addons/skin.estuary/xml/GameOSD.xml | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/addons/skin.estuary/xml/GameOSD.xml b/addons/skin.estuary/xml/GameOSD.xml index c44464ac46..13b68d65db 100644 --- a/addons/skin.estuary/xml/GameOSD.xml +++ b/addons/skin.estuary/xml/GameOSD.xml @@ -5,18 +5,18 @@ <depth>DepthOSD</depth> <controls> <control type="group" id="1"> - <visible>!Window.IsActive(1101) + !Window.IsActive(GameVideoFilter) + !Window.IsActive(GameViewMode) + !Window.IsActive(GameControllers) + !Window.IsActive(GameVideoRotation)</visible> + <visible>!Window.IsActive(1101) + !Window.IsActive(GameVideoFilter) + !Window.IsActive(GameStretchMode) + !Window.IsActive(GameControllers) + !Window.IsActive(GameVideoRotation)</visible> <control type="group" id="10"> <visible>System.GetBool(gamesgeneral.showosdhelp)</visible> <defaultcontrol always="true">1103</defaultcontrol> <centerleft>50%</centerleft> - <height>910</height> + <height>1040</height> <centertop>50%</centertop> <width>700</width> <animation effect="fade" time="200">VisibleChange</animation> <include content="DialogBackgroundCommons"> <param name="width" value="700" /> - <param name="height" value="910" /> + <param name="height" value="1040" /> <param name="header_label" value="$LOCALIZE[35221]" /> <param name="header_id" value="2" /> </include> @@ -37,6 +37,15 @@ <width>640</width> <height>640</height> </control> + <control type="textbox"> + <description>Additional help text. This will be removed in future versions.</description> + <bottom>30</bottom> + <left>30</left> + <right>30</right> + <height>130</height> + <font>font13</font> + <label>$LOCALIZE[35236]</label> + </control> <control type="button"> <description>Button to close the dialog</description> <top>0</top> |