Skip to content

Commit

Permalink
fixes for combined view order and logo - fixes #19 #20
Browse files Browse the repository at this point in the history
  • Loading branch information
jurialmunkey committed Jun 5, 2022
1 parent 520e25f commit 8c6b294
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 2 additions & 0 deletions 1080i/Constants.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@
<constant name="settings_radiobutton_textwidth">760</constant>
<constant name="settings_slider_textwidth">560</constant>

<constant name="studio_logo_w">240</constant>

<constant name="big_poster_w">704</constant>
<constant name="-big_poster_w">-704</constant>

Expand Down
2 changes: 1 addition & 1 deletion 1080i/Info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1230,7 +1230,7 @@
<include name="Info_Studio">
<control type="image">
<right>0</right>
<width>200</width>
<width>studio_logo_w</width>
<height>80</height>
<aspectratio align="right">keep</aspectratio>
<texture>$VAR[Image_CombinedStudio]</texture>
Expand Down
3 changes: 2 additions & 1 deletion 1080i/Views_Combined.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
<bottom>60</bottom>
<right>view_pad</right>
<height>80</height>
<width>studio_logo_w</width>
<aspectratio scalediffuse="false" align="right">keep</aspectratio>
<texture background="true">$VAR[Image_CombinedStudio]</texture>
</control>
Expand Down Expand Up @@ -110,7 +111,7 @@
<ondown>$PARAM[id]2</ondown>
<onup>menu</onup>
<visible>Container($PARAM[id]2).ListItem.IsFolder</visible>
<content target="videos">$INFO[Container($PARAM[id]2).ListItem.FolderPath]</content>
<content target="videos" sortby="episode" sortorder="ascending">$INFO[Container($PARAM[id]2).ListItem.FolderPath]</content>
<visible>Control.IsVisible($PARAM[id]2)</visible>
<onback>SetFocus($PARAM[id]2)</onback>
<onfocus>SetProperty(TMDbHelper.WidgetContainer,$PARAM[id]3,Home)</onfocus>
Expand Down
2 changes: 1 addition & 1 deletion addon.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<addon id="skin.arctic.horizon.2" name="Arctic Horizon 2" provider-name="jurialmunkey" version="0.1.3">
<addon id="skin.arctic.horizon.2" name="Arctic Horizon 2" provider-name="jurialmunkey" version="0.1.4">
<requires>
<import addon="xbmc.gui" version="5.15.0" />
<import addon="script.skinshortcuts" version="0.4.0" />
Expand Down

0 comments on commit 8c6b294

Please sign in to comment.