Changeset 439
- Timestamp:
- Nov 1, 2009, 6:48:44 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/login-themes/gdm-carpani-cta/Gdm-Carpani-cta.xml
r438 r439 2 2 <!DOCTYPE greeter SYSTEM "greeter.dtd"> 3 3 <greeter> 4 5 <!-- test the theme with gdmthemeter and with a given resolution 6 export XNESTSIZE=1024x768 (not working in debian... for now) 7 --> 4 8 5 9 <!--Background --> … … 76 80 <!-- all possible actions --> 77 81 <item type="rect"> 78 79 80 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"> 81 85 82 83 84 85 86 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"> 87 91 <normal color="#999999" font="Sans 9"/> 88 92 <prelight color="#333333" font="Sans 9"/> … … 91 95 <stock type="options"/> 92 96 </item> 93 94 </box> 95 </item> 97 </box> 98 </item> 96 99 97 100 <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"/> 100 103 <pos y="35" anchor="w" width="box" height="box"/> 101 104 <box orientation="horizontal" spacing="5" xpadding="10"> … … 105 108 <active color="#000000" font="Sans 9"/> 106 109 <pos y="0%" anchor="w"/> 107 <!-- Stock label for: D_isconnect -->108 110 <stock type="disconnect"/> 109 111 <show modes="remote"/>
Note: See TracChangeset
for help on using the changeset viewer.