Changeset 439 for trunk


Ignore:
Timestamp:
Nov 1, 2009, 6:48:44 PM (14 years ago)
Author:
sebas
Message:

menage

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/login-themes/gdm-carpani-cta/Gdm-Carpani-cta.xml

    r438 r439  
    22<!DOCTYPE greeter SYSTEM "greeter.dtd">
    33<greeter>
     4
     5<!-- test the theme with gdmthemeter and with a given resolution
     6     export XNESTSIZE=1024x768 (not working in debian... for now)
     7-->
    48
    59<!--Background -->
     
    7680        <!-- all possible actions -->
    7781        <item type="rect">
    78                 <normal color="#999999" alpha="0"/>
    79                 <pos anchor="c" x="50%" y="0%" width="248" height="box" expand="true"/>
    80                 <box xpadding="5" ypadding="5" spacing="5" orientation="horizontal" homogeneous="true">
     82        <normal color="#999999" alpha="0"/>
     83        <pos anchor="c" x="50%" y="0%" width="248" height="box" expand="true"/>
     84        <box xpadding="5" ypadding="5" spacing="5" orientation="horizontal" homogeneous="true">
    8185 
    82                                 <item type="rect" id="options_button" button="true">
    83                                 <normal color="#ffffff" alpha="0"/>
    84                                 <pos y="35" anchor="w" width="box" height="box"/>
    85                                 <box orientation="horizontal" spacing="5" xpadding="10">
    86                                         <item type="label">
     86                <item type="rect" id="options_button" button="true">
     87                        <normal color="#ffffff" alpha="0"/>
     88                        <pos y="35" anchor="w" width="box" height="box"/>
     89                        <box orientation="horizontal" spacing="5" xpadding="10">
     90                                <item type="label">
    8791                                        <normal color="#999999" font="Sans 9"/>
    8892                                        <prelight color="#333333" font="Sans 9"/>
     
    9195                                        <stock type="options"/>
    9296                                </item>
    93 
    94                         </box>
    95         </item>
     97                        </box>
     98                </item>
    9699
    97100                <item type="rect" id="disconnect_button" button="true">
    98                 <normal color="#ffffff" alpha="0"/>
    99                 <show modes="flexi,remote"/>
     101                        <normal color="#ffffff" alpha="0"/>
     102                        <show modes="flexi,remote"/>
    100103                        <pos y="35" anchor="w" width="box" height="box"/>
    101104                        <box orientation="horizontal" spacing="5" xpadding="10">
     
    105108                                <active color="#000000" font="Sans 9"/>
    106109                                <pos y="0%" anchor="w"/>
    107                                 <!-- Stock label for: D_isconnect -->
    108110                                <stock type="disconnect"/>
    109111                                <show modes="remote"/>
Note: See TracChangeset for help on using the changeset viewer.