[skin.confluence] v4.5.15
Fix game stretch mode
This commit is contained in:
parent
0d9d8ba592
commit
f6b1a9bac3
@ -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">
|
||||
|
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<addon id="skin.confluence" version="4.5.14" name="Confluence" provider-name="Jezz_X, Team Kodi">
|
||||
<addon id="skin.confluence" version="4.5.15" name="Confluence" provider-name="Jezz_X, Team Kodi">
|
||||
<requires>
|
||||
<import addon="xbmc.gui" version="5.14.0"/>
|
||||
</requires>
|
||||
|
Loading…
x
Reference in New Issue
Block a user