diff options
author | ronie <ronie@users.noreply.github.com> | 2020-07-13 18:54:24 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-13 18:54:24 +0200 |
commit | 16d857ac7954e537f7822b886812f8e05791427e (patch) | |
tree | 93798ea7bb4df577da91ff91d8047e41713971fd | |
parent | 9f8a7d1390c5a28132defda0a44a8369c53c8182 (diff) | |
parent | 2ed6c70576ef553d29097bb01e786e4686a62cda (diff) |
Merge pull request #18149 from DaVukovic/moviesetinfo
[Estuary] Changes for sets in set-info-screen
-rw-r--r-- | addons/skin.estuary/xml/DialogVideoInfo.xml | 49 |
1 files changed, 26 insertions, 23 deletions
diff --git a/addons/skin.estuary/xml/DialogVideoInfo.xml b/addons/skin.estuary/xml/DialogVideoInfo.xml index 7000a062bf..df2389923f 100644 --- a/addons/skin.estuary/xml/DialogVideoInfo.xml +++ b/addons/skin.estuary/xml/DialogVideoInfo.xml @@ -411,14 +411,15 @@ </control> </control> </focusedlayout> - <itemlayout height="317" width="245" condition="Container.Content(Sets)"> + <itemlayout height="317" width="210" condition="Container.Content(Sets)"> <control type="group"> + <left>-10</left> <top>10</top> <control type="image"> <top>0</top> - <width>264</width> + <width>224</width> <height>317</height> - <texture>DefaultActorSolid.png</texture> + <texture>DefaultMovies.png</texture> <aspectratio aligny="center">scale</aspectratio> <bordertexture border="21">overlays/shadow.png</bordertexture> <bordersize>20</bordersize> @@ -426,40 +427,41 @@ <control type="image"> <top>20</top> <left>20</left> - <width>224</width> + <width>204</width> <height>277</height> - <texture background="true">$INFO[ListItem.Thumb]</texture> - <aspectratio aligny="center">scale</aspectratio> + <texture background="true">$INFO[ListItem.Art(poster)]</texture> + <aspectratio aligny="center">keep</aspectratio> </control> <control type="image"> - <left>20</left> - <width>224</width> + <left>30</left> + <width>184</width> <height>180</height> <bottom>10</bottom> <texture>overlays/overlayfade.png</texture> <animation effect="fade" start="100" end="80" time="0" condition="true">Conditional</animation> </control> <control type="textbox"> - <left>25</left> - <width>214</width> + <left>30</left> + <width>182</width> <height>84</height> <top>210</top> <align>center</align> <aligny>center</aligny> <font>font23_narrow</font> <label>$INFO[ListItem.Label]</label> + <visible>String.IsEmpty(ListItem.Art(poster))</visible> </control> </control> </itemlayout> - <focusedlayout height="317" width="245" condition="Container.Content(Sets)"> + <focusedlayout height="317" width="210" condition="Container.Content(Sets)"> <control type="group"> - <left>0</left> + <left>-10</left> <top>10</top> <control type="image"> <top>0</top> - <width>264</width> + <width>224</width> <height>317</height> - <texture>DefaultActorSolid.png</texture> + <texture>DefaultMovies.png</texture> <aspectratio aligny="center">scale</aspectratio> <bordertexture border="21">overlays/shadow.png</bordertexture> <bordersize>20</bordersize> @@ -467,33 +469,34 @@ <control type="image"> <top>20</top> <left>20</left> - <width>224</width> + <width>204</width> <height>277</height> - <texture background="true">$INFO[ListItem.Thumb]</texture> - <aspectratio aligny="center">scale</aspectratio> + <texture background="true">$INFO[ListItem.Art(poster)]</texture> + <aspectratio aligny="center">keep</aspectratio> </control> <control type="image"> - <left>20</left> - <width>224</width> + <left>30</left> + <width>184</width> <height>180</height> <bottom>10</bottom> <texture>overlays/overlayfade.png</texture> <animation effect="fade" start="100" end="80" time="0" condition="true">Conditional</animation> </control> <control type="textbox"> - <left>25</left> - <width>214</width> + <left>30</left> + <width>182</width> <height>84</height> <top>210</top> <align>center</align> <aligny>center</aligny> <font>font23_narrow</font> <label>$INFO[ListItem.Label]</label> + <visible>String.IsEmpty(ListItem.Art(poster)</visible> </control> <control type="image"> - <left>16</left> + <left>27</left> <top>16</top> - <width>232</width> + <width>190</width> <height>285</height> <texture border="8" colordiffuse="button_focus">buttons/thumbnail_focused.png</texture> </control> |