-
-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Versions] added versions support (#1053)
* [Versions] added versions support * [Update] * [Update] * [Update] * [Update]
- Loading branch information
1 parent
a565023
commit e1297ae
Showing
9 changed files
with
477 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<window> | ||
<defaultcontrol always="true">200</defaultcontrol> | ||
<onload condition="Window.IsActive(videoversionselect)">Control.SetFocus(50)</onload> | ||
<controls> | ||
<include>GlobalOverlay</include> | ||
<control type="group"> | ||
<include>DefDialogBackground</include> | ||
<control type="label" id="2"> | ||
<include>DefDialogHeader</include> | ||
<label/> | ||
</control> | ||
<include content="Kodi_Logo"> | ||
<param name="dimensions" value="40"/> | ||
<param name="top" value="40"/> | ||
<param name="left" value="40"/> | ||
</include> | ||
|
||
<!-- Lines --> | ||
<control type="image"> | ||
<top>95</top> | ||
<left>40</left> | ||
<right>40</right> | ||
<height>1</height> | ||
<bottom>10</bottom> | ||
<colordiffuse>Black12</colordiffuse> | ||
<texture>common/white.png</texture> | ||
</control> | ||
<control type="image"> | ||
<posx>340</posx> | ||
<top>115</top> | ||
<height>730</height> | ||
<width>1</width> | ||
<texture colordiffuse="Black12">common/white.png</texture> | ||
</control> | ||
<control type="image"> | ||
<posx>741</posx> | ||
<top>115</top> | ||
<height>700</height> | ||
<width>1</width> | ||
<texture colordiffuse="Black12">common/white.png</texture> | ||
<visible>Window.IsActive(videoversion)</visible> | ||
</control> | ||
|
||
<include condition="Window.IsActive(videoversion)">DialogVideoVersionLayout</include> | ||
<include condition="Window.IsActive(videoversionselect)">DialogVideoVersionSelectLayout</include> | ||
</control> | ||
</controls> | ||
</window> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.