-
Notifications
You must be signed in to change notification settings - Fork 2
/
appear-ui.xml
54 lines (45 loc) · 1.59 KB
/
appear-ui.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE mythuitheme SYSTEM "http://www.mythtv.org/schema/mythuitheme.xsd">
<mythuitheme>
<!-- Home -> Setup -> Screen Setup Wizards
-->
<window name="appearance">
<fontdef name="title" face="Liberation Sans">
<color>#ffffff</color>
<size>18</size>
<weight>bold</weight>
</fontdef>
<textarea name="part">
<area>300,230,1320,60</area>
<font>title</font>
<value>Appearance Wizard</value>
<align>center</align>
</textarea>
<imagetype name="topleft">
<position>0,0</position>
<filename>topleft.png</filename>
</imagetype>
<imagetype name="bottomright">
<position>800,600</position>
<filename>bottomright.png</filename>
</imagetype>
<textarea name="part1">
<font>title</font>
<area>500,300,-500,470</area>
<value>Move the selected arrow to the corner of the TV screen. Press SELECT to edit the other arrow. Press MENU for options and ESC to quit.</value>
<multiline>yes</multiline>
</textarea>
<textarea name="size">
<area>500,450,-500,140</area>
<font>title</font>
</textarea>
<textarea name="offsets">
<area>500,550,-500,140</area>
<font>title</font>
</textarea>
<textarea name="changeamount">
<area>500,650,-500,140</area>
<font>title</font>
</textarea>
</window>
</mythuitheme>