Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PVR Code Migration #72

Merged
merged 13 commits into from
Feb 28, 2015
17 changes: 14 additions & 3 deletions 720p/Defaults.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,15 @@
<texturenofocus>ButtonNF.png</texturenofocus>
<pulseonselect>false</pulseonselect>
</default>
<default type="textbox">
<left>0</left>
<top>0</top>
<width>410</width>
<height>215</height>
<align>left</align>
<textcolor>white</textcolor>
<font>Font_Settings</font>
</default>
<default type="label">
<label>-</label>
<font>Font_Settings</font>
Expand All @@ -28,6 +37,8 @@
</default>
<default type="edit">
<label>-</label>
<align>left</align>
<aligny>center</aligny>
<font>Font_Settings</font>
<textcolor>Text</textcolor>
<focusedcolor>TextFocused</focusedcolor>
Expand Down Expand Up @@ -56,9 +67,9 @@
<selectedcolor>TextFocused</selectedcolor>
<disabledcolor>TextDisabled</disabledcolor>
<!--<texturenofocus>arrowupnf.png</texturenofocus>
<texturefocus>arrowupfo.png</texturefocus>
<alttexturenofocus>arrowdownnf.png</alttexturenofocus>
<alttexturefocus>arrowdownfo.png</alttexturefocus>-->
<texturefocus>arrowupfo.png</texturefocus>
<alttexturenofocus>arrowdownnf.png</alttexturenofocus>
<alttexturefocus>arrowdownfo.png</alttexturefocus>-->
<!--<colordiffuse>ButtonFilterColor</colordiffuse>-->
<pulseonselect>false</pulseonselect>
</default>
Expand Down
2 changes: 1 addition & 1 deletion 720p/DialogContextMenu.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<system>1</system>
<left>0</left>
<top>0</top>
<origin x="460" y="160" />
<origin x="460" y="60" />
</coordinates>
<controls>
<control type="grouplist">
Expand Down
Loading