Skip to content

Commit

Permalink
LibreELEC-settings: add patch for kodi-17 skinning changes
Browse files Browse the repository at this point in the history
  • Loading branch information
lrusak committed Apr 18, 2016
1 parent 69e1125 commit da0dfba
Showing 1 changed file with 49 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
diff --git a/skins/Default/720p/mainWindow.xml b/skins/Default/720p/mainWindow.xml
index 19c7676..c63f688 100644
--- a/skins/Default/720p/mainWindow.xml
+++ b/skins/Default/720p/mainWindow.xml
@@ -75,7 +75,7 @@
<width>220</width>
<height>80</height>
<aspectratio>keep</aspectratio>
- <texture>$INFO[Container(5533).Property(DIST_MEDIA)]/Logo.png</texture>
+ <texture>$INFO[Window.Property(DIST_MEDIA)]/Logo.png</texture>
</control>
<control type="image">
<left>268</left>
@@ -267,7 +267,7 @@
<textcolor>white</textcolor>
<align>left</align>
<aligny>center</aligny>
- <label>$INFO[Container(5533).Property(Distri)] ($INFO[Container(5533).Property(build)])</label>
+ <label>$INFO[Window.Property(Distri)] ($INFO[Window.Property(build)])</label>
</control>
<control type="label">
<left>20</left>
@@ -289,7 +289,7 @@
<textcolor>white</textcolor>
<align>left</align>
<aligny>center</aligny>
- <label>$INFO[Container(5533).Property(Version)]</label>
+ <label>$INFO[Window.Property(Version)]</label>
</control>
<control type="label">
<left>20</left>
@@ -311,7 +311,7 @@
<textcolor>white</textcolor>
<align>left</align>
<aligny>center</aligny>
- <label>$INFO[Container(5533).Property(Arch)]</label>
+ <label>$INFO[Window.Property(Arch)]</label>
</control>
<control type="textbox">
<left>20</left>
@@ -1246,7 +1246,7 @@
<width>740</width>
<height>100</height>
<font>font12</font>
- <label>$INFO[Container(5533).Property(InfoText)]</label>
+ <label>$INFO[Window.Property(InfoText)]</label>
<align>left</align>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>

0 comments on commit da0dfba

Please sign in to comment.