Skip to content
This repository has been archived by the owner on Feb 20, 2022. It is now read-only.

Commit

Permalink
preset and osd settings fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jurialmunkey committed Jan 10, 2015
1 parent e33cdce commit 9480ec4
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 32 deletions.
37 changes: 14 additions & 23 deletions 1080i/VideoOSDSettings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,38 +5,29 @@
<allowoverlay>yes</allowoverlay>
<zorder>10</zorder>
<controls>
<control type="image">
<posx>-10</posx>
<posy>202</posy>
<width>1940</width>
<height>764</height>
<texture colordiffuse="PanelBG">common/white.png</texture>
<animation effect="fade" end="90" condition="true">Conditional</animation>
<include>Animation.FadeIn.Up</include>
<include>Animation.FadeOut</include>
<animation effect="fade" start="100" end="0" time="400" condition="Window.IsVisible(SliderDialog)">Conditional</animation>
</control>
<control type="group">
<posy>202</posy>
<posy>210</posy>
<include>Animation.FadeIn.Up</include>
<include>Animation.FadeOut</include>
<animation effect="fade" start="100" end="0" time="400" condition="Window.IsVisible(SliderDialog) | Window.IsVisible(FileBrowser)">Conditional</animation>

<control type="image">
<width>1920</width>
<height>764</height>
<texture colordiffuse="PanelBG">common/white.png</texture>
<animation effect="fade" end="90" condition="true">Conditional</animation>
</control>

<control type="label" id="2">
<description>Settings</description>
<posx>250</posx>
<posy>48</posy>
<width>870</width>
<align>left</align>
<font>Font-DialogHeader</font>
<textcolor>TopBarIcon</textcolor>
<control type="label">
<description>Header Label</description>
<textcolor>PanelFG</textcolor>
<include>DefSettingsHeader</include>
<label>5</label>
</control>

<control type="grouplist" id="5">
<description>Control Area</description>
<posx>265</posx>
<posy>120</posy>
<posy>150</posy>
<width>1390</width>
<height>549</height>
<itemgap>3</itemgap>
Expand Down
18 changes: 9 additions & 9 deletions 1080i/VisualisationPresetList.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,29 +7,29 @@
<controls>

<control type="group">
<animation effect="slide" start="0,700" end="0" time="200">WindowOpen</animation>
<include>Animation.FadeIn.Up</include>
<include>Animation.FadeOut</include>

<posy>210</posy>
<control type="image">
<posy>210</posy>
<width>1920</width>
<height>764</height>
<texture border="5" colordiffuse="PanelBG2">common/white.png</texture>
<texture colordiffuse="PanelBG">common/white.png</texture>
<animation effect="fade" end="90" condition="true">Conditional</animation>
</control>

<control type="label" id="20">
<description>Header Label</description>
<textcolor>TopBarIcon</textcolor>
<textcolor>PanelFG</textcolor>
<include>DefSettingsHeader</include>
<label>31032</label>
<label>$LOCALIZE[250] $LOCALIZE[13388]</label>

</control>

<control type="list" id="2">
<description>Preset List</description>
<posx>15</posx>
<posy>87</posy>
<width>870</width>
<posx>265</posx>
<posy>150</posy>
<width>1390</width>
<height>552</height>
<onleft>noop</onleft>
<onright>noop</onright>
Expand Down
1 change: 1 addition & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Add more hub option presets
Add OSD PVR Guide
Highlight colour for pvr osd channels/guide
Fix hub option height
Fix preset list

[B]1.1.8[/B]
Kaitoast changes
Expand Down

0 comments on commit 9480ec4

Please sign in to comment.