~ubuntu-branches/ubuntu/lucid/mythtv/lucid

« back to all changes in this revision

Viewing changes to themes/default/base.xml

  • Committer: Bazaar Package Importer
  • Author(s): Mario Limonciello
  • Date: 2009-10-02 00:23:18 UTC
  • mfrom: (1.1.36 upstream)
  • Revision ID: james.westby@ubuntu.com-20091002002318-5qu2fr0gxl59egft
Tags: 0.22.0~trunk22167-0ubuntu1
* New upstream checkout (r22167).
  - Fixes some segfaults.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 
4
4
    <!-- Base Font Definitions -->
5
5
    <font name="basesmall" face="DejaVu Sans">
6
 
        <size>14</size>
 
6
        <pixelsize>19</pixelsize>
7
7
        <color>#FFFFFF</color>
8
8
    </font>
9
9
 
10
10
    <font name="basemedium" from="basesmall">
11
 
        <size>16</size>
 
11
        <pixelsize>22</pixelsize>
12
12
    </font>
13
13
 
14
14
    <font name="baselarge" from="basesmall">
15
 
        <size>18</size>
 
15
        <pixelsize>25</pixelsize>
16
16
        <shadowcolor>#000000</shadowcolor>
17
17
        <shadowoffset>4,4</shadowoffset>
18
18
        <shadowalpha>64</shadowalpha>
20
20
    </font>
21
21
 
22
22
    <font name="baseextralarge" from="basesmall">
23
 
        <size>22</size>
 
23
        <pixelsize>31</pixelsize>
24
24
        <shadowcolor>#000000</shadowcolor>
25
25
        <shadowoffset>4,4</shadowoffset>
26
26
        <shadowalpha>64</shadowalpha>