[skin.confluence] v4.5.15
Fix game stretch mode
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
<include>dialogeffect</include>
|
||||
<depth>DepthDialog+</depth>
|
||||
<controls>
|
||||
<include condition="Window.IsActive(gameviewmode) | Window.IsActive(gamevideofilter) | Window.IsActive(gamevideorotation)">GameDialogSelectLayout</include>
|
||||
<include condition="![Window.IsActive(gameviewmode) | Window.IsActive(gamevideofilter) | Window.IsActive(gamevideorotation)]">DefaultDialogSelectLayout</include>
|
||||
<include condition="Window.IsActive(gamestretchmode) | Window.IsActive(gamevideofilter) | Window.IsActive(gamevideorotation)">GameDialogSelectLayout</include>
|
||||
<include condition="![Window.IsActive(gamestretchmode) | Window.IsActive(gamevideofilter) | Window.IsActive(gamevideorotation)]">DefaultDialogSelectLayout</include>
|
||||
</controls>
|
||||
</window>
|
||||
|
@ -8,7 +8,7 @@
|
||||
</coordinates>
|
||||
<controls>
|
||||
<control type="group">
|
||||
<visible>!Window.IsActive(GameVideoFilter) + !Window.IsActive(GameViewMode) + !Window.IsActive(GameVideoRotation) + !Window.IsActive(GameControllers)</visible>
|
||||
<visible>!Window.IsActive(GameVideoFilter) + !Window.IsActive(gamestretchmode) + !Window.IsActive(GameVideoRotation) + !Window.IsActive(GameControllers)</visible>
|
||||
<control type="image">
|
||||
<description>background image</description>
|
||||
<left>0</left>
|
||||
@ -119,7 +119,7 @@
|
||||
<focusedcolor>white</focusedcolor>
|
||||
<texturefocus border="5">button-focus.png</texturefocus>
|
||||
<label>35233</label>
|
||||
<onclick>ActivateWindow(GameViewMode)</onclick>
|
||||
<onclick>ActivateWindow(GameStretchMode)</onclick>
|
||||
</control>
|
||||
<control type="button" id="1008">
|
||||
<description>Rotation button</description>
|
||||
|
@ -66,7 +66,7 @@
|
||||
</variable>
|
||||
<variable name="GameSelectHeader">
|
||||
<value condition="Window.IsActive(gamevideofilter)">$LOCALIZE[230]</value>
|
||||
<value condition="Window.IsActive(gameviewmode)">$LOCALIZE[35233]</value>
|
||||
<value condition="Window.IsActive(gamestretchmode)">$LOCALIZE[35233]</value>
|
||||
<value condition="Window.IsActive(gamevideorotation)">$LOCALIZE[35227]</value>
|
||||
</variable>
|
||||
<variable name="DurationInMinutes">
|
||||
|
Reference in New Issue
Block a user