Skip to content

Commit 6663d74

Browse files
committed
New scrollbars + Misc fixes and changes
1 parent 04b9e73 commit 6663d74

26 files changed

+385
-454
lines changed

16x9/Includes.xml

+31-31
Original file line numberDiff line numberDiff line change
@@ -1155,7 +1155,8 @@
11551155
<animation effect="slide" start="0,0" end="0,-1080" time="720" tween="cubic">Hidden</animation>
11561156
<animation effect="slide" start="0,-1200" end="0,0" time="720" tween="cubic">WindowOpen</animation>
11571157
<animation effect="slide" end="0,-1200" start="0,0" time="720" tween="cubic">WindowClose</animation>
1158-
<animation effect="slide" start="0,0" end="0,195" time="0" tween="cubic" condition="[Control.IsVisible(57) + Skin.HasSetting(Enable.Shift.Small)] | Control.IsVisible(59)">Conditional</animation>
1158+
<animation effect="slide" end="0,16" condition="[Control.IsVisible(57) + !Skin.HasSetting(Enable.Shift.Small)]">Conditional</animation>
1159+
<animation effect="slide" start="0,0" end="0,220" condition="[Control.IsVisible(57) + Skin.HasSetting(Enable.Shift.Small)] | Control.IsVisible(59)">Conditional</animation>
11591160
<animation effect="slide" start="0,0" end="0,20" time="720" tween="cubic" condition="Control.IsVisible(52)">Conditional</animation>
11601161
<animation effect="slide" start="0,0" end="0,80" time="720" tween="cubic" condition="Control.IsVisible(601)">Conditional</animation>
11611162
<top>5</top>
@@ -1176,20 +1177,12 @@
11761177
<visible>!Control.IsVisible(57)</visible>
11771178
</control>
11781179
<control type="image">
1179-
<left>120</left>
1180+
<left>50</left>
11801181
<top>60</top>
1181-
<width>1680</width>
1182+
<width>1820</width>
11821183
<height>860</height>
11831184
<texture colordiffuse="B3FFFFFF" border="40">listpanel_back.png</texture>
1184-
<visible>Control.IsVisible(57) + !Skin.HasSetting(Enable.Shift.Small)</visible>
1185-
</control>
1186-
<control type="image">
1187-
<left>120</left>
1188-
<top>60</top>
1189-
<width>1680</width>
1190-
<height>630</height>
1191-
<texture colordiffuse="B3FFFFFF" border="40">listpanel_back.png</texture>
1192-
<visible>Control.IsVisible(57) + Skin.HasSetting(Enable.Shift.Small)</visible>
1185+
<visible>Control.IsVisible(57)</visible>
11931186
</control>
11941187
<control type="group">
11951188
<visible>String.IsEqual(Control.GetLabel(4420),1)</visible>
@@ -1341,78 +1334,85 @@
13411334
<visible>String.IsEqual(Control.GetLabel(4420),3) + Control.IsVisible(57)</visible>
13421335
<include>SettingsFadeAnimation</include>
13431336
<control type="grouplist">
1344-
<left>150</left>
1337+
<left>70</left>
13451338
<top>90</top>
1339+
<width>1200</width>
13461340
<orientation>horizontal</orientation>
1347-
<visible>Skin.HasSetting(Enable.Shift.Discart) + !Skin.HasSetting(Enable.Shift.Small) + !ListItem.IsCollection + !Skin.HasSetting(Enable.ManualInfoPanel) + ![Container.Content(tvshows) | Container.Content(seasons)]</visible>
1341+
<visible>Skin.HasSetting(Enable.Shift.Discart) + !Skin.HasSetting(Enable.Shift.Small) + ![ListItem.IsCollection + String.IsEmpty(ListItem.Art(discart))] + !Skin.HasSetting(Enable.ManualInfoPanel) + ![Container.Content(tvshows) | Container.Content(seasons)]</visible>
13481342
<control type="button">
13491343
<label>$VAR[InfoPanelLabel1Var]</label>
1350-
<width>280</width>
1344+
<width min="100" max="332">auto</width>
13511345
<include>ShowCaseInfoPanelButtonsValues</include>
13521346
</control>
13531347
<control type="button">
13541348
<label>$VAR[InfoPanelLabel2Var]</label>
1355-
<width>280</width>
1349+
<width min="100" max="332">auto</width>
13561350
<include>ShowCaseInfoPanelButtonsValues</include>
13571351
</control>
13581352
<control type="button">
13591353
<label>$VAR[InfoPanelLabel3Var]</label>
1360-
<width>300</width>
1354+
<width min="100" max="500">auto</width>
1355+
<include>ShowCaseInfoPanelButtonsValues</include>
1356+
<visible>!String.IsEmpty(ListItem.Top250)</visible>
1357+
</control>
1358+
<control type="button">
1359+
<label>$VAR[InfoPanelLabel3Var]</label>
1360+
<width min="100" max="332">auto</width>
13611361
<include>ShowCaseInfoPanelButtonsValues</include>
1362+
<visible>String.IsEmpty(ListItem.Top250)</visible>
13621363
</control>
13631364
<control type="button">
13641365
<label>$VAR[InfoPanelLabel4Var]</label>
1365-
<width>224</width>
1366+
<width>auto</width>
13661367
<include>ShowCaseInfoPanelButtonsValues</include>
13671368
</control>
13681369
</control>
13691370
<control type="grouplist">
1370-
<left>150</left>
1371+
<left>70</left>
13711372
<top>95</top>
1372-
<visible>!Skin.HasSetting(Enable.Shift.Discart) | Skin.HasSetting(Enable.Shift.Small) | ListItem.IsCollection | Skin.HasSetting(Enable.ManualInfoPanel) | [Container.Content(tvshows) | Container.Content(seasons)]</visible>
1373+
<visible>!Skin.HasSetting(Enable.Shift.Discart) | Skin.HasSetting(Enable.Shift.Small) | [ListItem.IsCollection + String.IsEmpty(ListItem.Art(discart))] | Skin.HasSetting(Enable.ManualInfoPanel) | [Container.Content(tvshows) | Container.Content(seasons)]</visible>
13731374
<control type="button">
13741375
<label>$VAR[InfoPanelLabel1Var]</label>
1375-
<width>443</width>
1376+
<width>540</width>
13761377
<include>ShowCaseInfoPanelButtonsValues</include>
13771378
</control>
13781379
<control type="button">
13791380
<label>$VAR[InfoPanelLabel2Var]</label>
1380-
<width>443</width>
1381+
<width>540</width>
13811382
<include>ShowCaseInfoPanelButtonsValues</include>
13821383
</control>
13831384
<control type="button">
13841385
<label>$VAR[InfoPanelLabel3Var]</label>
1385-
<width>443</width>
1386+
<width>540</width>
13861387
<include>ShowCaseInfoPanelButtonsValues</include>
13871388
</control>
13881389
</control>
13891390
<control type="textbox">
13901391
<label>$VAR[VideoPlotVar]</label>
13911392
<top>95</top>
13921393
<left>610</left>
1393-
<width>600</width>
1394+
<width>660</width>
13941395
<height>308</height>
13951396
<font>font14_textbox2</font>
13961397
<align>justify</align>
1397-
<pagecontrol />
13981398
<autoscroll time="3000" delay="4000" repeat="5000">Skin.HasSetting(Enable.AutoScroll)</autoscroll>
13991399
<include>ShowCaseInfoPanelButtonsValues</include>
1400-
<visible>!Skin.HasSetting(Enable.Shift.Discart) | Skin.HasSetting(Enable.Shift.Small) | ListItem.IsCollection | Skin.HasSetting(Enable.ManualInfoPanel) | [Container.Content(tvshows) | Container.Content(seasons)]</visible>
1400+
<visible>!Skin.HasSetting(Enable.Shift.Discart) | Skin.HasSetting(Enable.Shift.Small) | [ListItem.IsCollection + String.IsEmpty(ListItem.Art(discart))] | Skin.HasSetting(Enable.ManualInfoPanel) | [Container.Content(tvshows) | Container.Content(seasons)]</visible>
14011401
</control>
14021402
<control type="textbox">
14031403
<label>$VAR[VideoPlotVar]</label>
14041404
<top>195</top>
1405-
<left>550</left>
1406-
<width>650</width>
1405+
<left>500</left>
1406+
<width>770</width>
14071407
<height>218</height>
14081408
<font>font14_textbox2</font>
1409-
<pagecontrol />
1409+
<align>justify</align>
14101410
<autoscroll time="3000" delay="4000" repeat="5000">Skin.HasSetting(Enable.AutoScroll)</autoscroll>
14111411
<include>ShowCaseInfoPanelButtonsValues</include>
1412-
<visible>Skin.HasSetting(Enable.Shift.Discart) + !Skin.HasSetting(Enable.Shift.Small) + !ListItem.IsCollection + !Skin.HasSetting(Enable.ManualInfoPanel) + ![Container.Content(tvshows) | Container.Content(seasons)]</visible>
1412+
<visible>Skin.HasSetting(Enable.Shift.Discart) + !Skin.HasSetting(Enable.Shift.Small) + ![ListItem.IsCollection + String.IsEmpty(ListItem.Art(discart))] + !Skin.HasSetting(Enable.ManualInfoPanel) + ![Container.Content(tvshows) | Container.Content(seasons)]</visible>
14131413
</control>
14141414
<control type="image">
1415-
<left>1229</left>
1415+
<left>1298</left>
14161416
<top>92</top>
14171417
<width>540</width>
14181418
<height>330</height>

0 commit comments

Comments
 (0)