~ubuntu-branches/ubuntu/maverick/mythtv/maverick

« back to all changes in this revision

Viewing changes to themes/MythCenter-wide/welcome-ui.xml

  • Committer: Bazaar Package Importer
  • Author(s): Mario Limonciello, Dave Walker, Mario Limonciello
  • Date: 2010-02-27 14:33:45 UTC
  • mfrom: (1.1.48 upstream)
  • Revision ID: james.westby@ubuntu.com-20100227143345-qye52374g4b4caf9
Tags: 0.23.0~trunk23623-0ubuntu1
[ Dave Walker ]
* debian/control:  Added quilt as a build-depends, primarily
  for karmic builds.

[ Mario Limonciello ]
* New checkout (r23623).
  - Fixes audio issues w/ ac3 audio.
* debian/patches/36_setgroups_too:
  - Set the right args for setgroups. (LP: #524822)
* debian/rules:
  - Explicitly set all shell scripts executable.  Fixes problems on < lucid
    builds.
* debian/control:
  - Correct the replaces statements. (LP: #527288)

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
        <font name="title" from="baselarge">>
10
10
            <color>#ffff00</color>
11
11
            <dropcolor>#000000</dropcolor>
12
 
            <size>24</size>
13
 
            <shadow>3,3</shadow>
 
12
            <pixelsize>34</pixelsize>
 
13
            <shadow>2,2</shadow>
14
14
            <bold>yes</bold>
15
15
        </font>
16
16
 
17
17
        <font name="time" from="basesmall">
18
18
            <color>#9999cc</color>
19
 
            <size>14</size>
 
19
            <pixelsize>20</pixelsize>
20
20
            <bold>yes</bold>
21
21
        </font>
22
22
 
23
23
        <font name="label" from="basesmall">
24
24
            <color>#ffff00</color>
25
25
            <dropcolor>#000000</dropcolor>
26
 
            <size>18</size>
27
 
            <shadow>3,3</shadow>
 
26
            <pixelsize>26</pixelsize>
 
27
            <shadow>2,2</shadow>
28
28
            <bold>yes</bold>
29
29
        </font>
30
30
 
31
31
        <font name="info" from="basesmall">
32
32
            <color>#ffffff</color>
33
 
            <size>16</size>
 
33
            <pixelsize>22</pixelsize>
34
34
            <bold>yes</bold>
35
35
        </font>
36
36
 
37
37
        <font name="warning" from="basesmall">
38
38
            <color>#ff0000</color>
39
39
            <dropcolor>#000000</dropcolor>
40
 
            <size>16</size>
 
40
            <pixelsize>22</pixelsize>
41
41
            <shadow>2,2</shadow>
42
42
            <bold>yes</bold>
43
43
        </font>
44
44
 
45
45
        <font name="buttons" from="basesmall">
46
46
            <color>#ffff00</color>
47
 
            <size>14</size>
 
47
            <pixelsize>20</pixelsize>
48
48
            <bold>yes</bold>
49
49
        </font>
50
50
 
126
126
            start frontend button
127
127
        -->
128
128
        <button name="startfrontend_button" from="basewidebutton">
129
 
            <position>487,642</position>
 
129
            <position>486,642</position>
130
130
            <value>Start Frontend</value>
131
131
        </button>
132
132