~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, Mario Limonciello, John Baab
  • Date: 2009-09-29 01:33:23 UTC
  • mfrom: (1.1.35 upstream)
  • Revision ID: james.westby@ubuntu.com-20090929013323-6pvn8encm757zbxw
Tags: 0.22.0~trunk22101-0ubuntu1
[ Mario Limonciello ]
* New upstream checkout (r22101)
* Try to guard and make sure that ~mythtv is read from /etc/passwd 
  rather than assuming it's /home/mythtv.

[ John Baab ]
* debian/mythtv-common.postinst:
  - Added symlink for /home/mythtv/.mythtv/config.xml

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
<mythuitheme>
3
3
 
4
4
    <!-- Base Font Definitions -->
5
 
    <font name="basesmall" face="Bitstream Vera Sans">
 
5
    <font name="basesmall" face="DejaVu Sans">
6
6
        <size>14</size>
7
7
        <color>#FFFFFF</color>
8
8
    </font>
573
573
 
574
574
    <!-- Base definition of a progressbar -->
575
575
    <progressbar name="baseprogressbar">
576
 
        <area>0,0,10,10</area>
 
576
        <area>0,0,536,38</area>
577
577
        <layout>horizontal</layout>
578
578
        <style>reveal</style>
579
579
        <imagetype name="background">
 
580
            <area>0,0,100%,100%</area>
580
581
            <filename>progressbar_background.png</filename>
581
582
        </imagetype>
582
583
        <imagetype name="progressimage">
 
584
            <area>0,0,100%,100%</area>
583
585
            <filename>progressbar_fill.png</filename>
584
586
        </imagetype>
585
587
    </progressbar>