diff options
author | Kevin Goffe <HitcherUK@gmail.com> | 2023-10-29 12:34:33 +0000 |
---|---|---|
committer | Kevin Goffe <HitcherUK@gmail.com> | 2023-10-29 12:34:33 +0000 |
commit | c4811ef34a2d92ae6a5bc9d3019612fc36e0c02a (patch) | |
tree | 2eb3de4486f70346a02e54379e5d38659d3955dd /addons | |
parent | 740b9c3c9b9b9a2473fc7f35b4fffd0dd4d26eba (diff) |
Revert "Fix Shift view for Collections"
This reverts commit 740b9c3c9b9b9a2473fc7f35b4fffd0dd4d26eba.
Diffstat (limited to 'addons')
-rw-r--r-- | addons/skin.estuary/xml/View_53_Shift.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/addons/skin.estuary/xml/View_53_Shift.xml b/addons/skin.estuary/xml/View_53_Shift.xml index efa689ea46..4c125fbbbf 100644 --- a/addons/skin.estuary/xml/View_53_Shift.xml +++ b/addons/skin.estuary/xml/View_53_Shift.xml @@ -260,26 +260,26 @@ <control type="panel"> <left>20</left> <top>48</top> - <width>940</width> + <width>1880</width> <height>180</height> <orientation>horizontal</orientation> <visible>ListItem.IsCollection</visible> <animation effect="fade" time="200">VisibleChange</animation> - <focusedlayout height="40" width="470"> + <focusedlayout height="40" width="628"> <control type="label"> <textoffsetx>10</textoffsetx> <height>40</height> - <width>470</width> + <width>628</width> <aligny>center</aligny> <label>$INFO[ListItem.Year,[COLOR button_focus],[/COLOR] - ]$INFO[ListItem.Title]</label> <shadowcolor>text_shadow</shadowcolor> </control> </focusedlayout> - <itemlayout height="40" width="470"> + <itemlayout height="40" width="628"> <control type="label"> <textoffsetx>10</textoffsetx> <height>40</height> - <width>470</width> + <width>628</width> <aligny>center</aligny> <label>$INFO[ListItem.Year,[COLOR button_focus],[/COLOR] - ]$INFO[ListItem.Title]</label> <shadowcolor>text_shadow</shadowcolor> |