mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-01 15:07:49 +00:00
LibreELEC-settings: add patch for kodi-17 skinning changes
This commit is contained in:
parent
69e1125b39
commit
da0dfbac2a
@ -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>
|
Loading…
x
Reference in New Issue
Block a user