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

« back to all changes in this revision

Viewing changes to themes/Terra/base.xml

  • Committer: Bazaar Package Importer
  • Author(s): Mario Limonciello
  • Date: 2009-09-08 23:08:37 UTC
  • mfrom: (1.1.32 upstream)
  • Revision ID: james.westby@ubuntu.com-20090908230837-zrm2j6wutp76hwso
Tags: 0.22.0~trunk21742-0ubuntu1
* New upstream checkout (21742)
  - Fixes FTBFS on PPC. See changeset 21571 for more details.

Show diffs side-by-side

added added

removed removed

Lines of Context:
662
662
        </buttonlist>
663
663
    </window>
664
664
 
665
 
    <!-- Fullscreen Dialogue Box -->
 
665
    <!-- Large Dialogue Box -->
666
666
    <window name="MythDialogBox">
667
 
        <area>0,0,1280,720</area>
 
667
        <area>0,42,1280,515</area>
 
668
        <imagetype name="fade">
 
669
            <filename>popups/fade_background.png</filename>
 
670
        </imagetype>
668
671
 
669
672
        <imagetype name="backimg">
670
 
            <area>0,0,1280,720</area>
671
 
            <filename>backgrounds/background.png</filename>
 
673
            <position>236,58</position>
 
674
            <filename>menu/largemenubackground.png</filename>
672
675
        </imagetype>
673
676
 
674
677
        <textarea name="messagearea">
675
 
            <area>100,100,1080,210</area>
 
678
            <area>270,90,740,270</area>
676
679
            <multiline>yes</multiline>
677
680
            <align>allcenter</align>
678
 
            <font>basemedium</font>
 
681
            <font>basesmall</font>
679
682
        </textarea>
680
683
        
681
684
        <buttonlist name="list">
682
 
            <area>100,320,1080,350</area>
683
 
            <layout>vertical</layout>
684
 
            <spacing>3</spacing>
685
 
            <scrollstyle>free</scrollstyle>
686
 
            <wrapstyle>items</wrapstyle>
687
 
            <buttonarea>0,0,100%,97%</buttonarea>
688
 
            <drawfrombottom>yes</drawfrombottom>
 
685
            <area>270,385,770,170</area>
 
686
            <buttonarea>0,0,770,170</buttonarea>
 
687
            <spacing>4</spacing>
 
688
            <layout>grid</layout>
 
689
            <wrapstyle>selection</wrapstyle>
689
690
            <statetype name="buttonitem">
690
691
                <state name="active">
691
692
                    <imagetype name="buttonbackground">
692
 
                        <area>0,0,1060,30</area>
693
693
                        <filename>popups/menu_button.png</filename>
694
694
                    </imagetype>
695
695
                    <textarea name="buttontext">
696
 
                        <area>0,0,100%,30</area>
 
696
                        <area>18,0,324,50</area>
697
697
                        <align>allcenter</align>
698
698
                        <font>basemedium</font>
699
699
                    </textarea>
 
700
                    <imagetype name="buttonarrow">
 
701
                        <position>346,16</position>
 
702
                        <filename>popups/submenu_arrow.png</filename>
 
703
                    </imagetype>
700
704
                </state>
701
705
                <state name="inactive" from="active">
702
706
                </state>
703
707
                <state name="selected" from="active">
704
 
                    <textarea name="buttontext">
705
 
                        <area>0,0,100%,30</area>
706
 
                        <font>basemediumbrown</font>
707
 
                    </textarea>
708
708
                    <imagetype name="selecteditemarrow">
709
 
                        <position>5,5</position>
 
709
                        <position>5,16</position>
710
710
                        <filename>popups/selected_item_arrow.png</filename>
711
711
                    </imagetype>
712
 
 
 
712
                    <textarea name="buttontext">
 
713
                        <font>basemediumbrown</font>
 
714
                    </textarea>
713
715
                </state>
714
716
            </statetype>
715
717
        </buttonlist>
728
730
        </imagetype>
729
731
 
730
732
        <textarea name="message" from="basetextarea">
731
 
            <area>385,237,500,90</area>
 
733
            <area>395,227,490,110</area>
732
734
            <align>allcenter</align>
733
735
            <multiline>yes</multiline>
734
736
            <cutdown>no</cutdown>
813
815
 
814
816
    <window name="videowindow">
815
817
        <shape name="background">
816
 
            <area>0,0,1280,720</area>
 
818
             <!-- Oversized because of pixel rounding bug -->
 
819
            <area>0,0,1281,721</area>
817
820
            <type>box</type>
818
821
            <fill color="#000000" alpha="255" />
819
822
        </shape>
828
831
            <value>Playback starting ...</value>
829
832
            <align>allcenter</align>
830
833
        </textarea>
831
 
 
 
834
        
832
835
    </window>
833
836
 
834
837
</mythuitheme>