[skin.confluence] v4.5.15

Fix game stretch mode
This commit is contained in:
Kevin Goffe 2019-02-08 09:23:44 +00:00
parent 0d9d8ba592
commit f6b1a9bac3
4 changed files with 6 additions and 6 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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">

View File

@ -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>