Changeset 438
- Timestamp:
- Nov 1, 2009, 6:26:17 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/login-themes/gdm-carpani-cta/Gdm-Carpani-cta.xml
r437 r438 78 78 <normal color="#999999" alpha="0"/> 79 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"> 81 <item type="rect" id="language_button" button="true"> 82 <normal color="#ffffff" alpha="0.5"/> 80 <box xpadding="5" ypadding="5" spacing="5" orientation="horizontal" homogeneous="true"> 81 82 <item type="rect" id="options_button" button="true"> 83 <normal color="#ffffff" alpha="0"/> 83 84 <pos y="35" anchor="w" width="box" height="box"/> 84 85 <box orientation="horizontal" spacing="5" xpadding="10"> … … 88 89 <active color="#000000" font="Sans 9"/> 89 90 <pos y="0%" anchor="w"/> 90 < !-- Stock label for: _Language -->91 <stock type="language"/>92 </item> 91 <stock type="options"/> 92 </item> 93 93 94 </box> 94 95 </item> 95 96 96 97 <item type="rect" id="session_button" button="true">98 <normal color="#ffffff" alpha="0.5"/>99 <pos y="35" anchor="w" width="box" height="box"/>100 <box orientation="horizontal" spacing="5" xpadding="10">101 <item type="label">102 <normal color="#999999" font="Sans 9"/>103 <prelight color="#333333" font="Sans 9"/>104 <active color="#000000" font="Sans 9"/>105 <pos y="0%" anchor="w"/> -->106 <!-- Stock label for: _Session -->107 <stock type="session"/>108 </item>109 </box>110 </item>111 112 <item type="rect" id="system_button" button="true">113 <normal color="#ffffff" alpha="0.5"/>114 <show modes="console" type="system"/>115 <pos y="35" anchor="w" width="box" height="box"/>116 <box orientation="horizontal" spacing="5" xpadding="10">117 <item type="label">118 <normal color="#999999" font="Sans 9"/>119 <prelight color="#333333" font="Sans 9"/>120 <active color="#000000" font="Sans 9"/>121 <pos y="0%" anchor="w"/>122 <!-- Stock label for: _Actions -->123 <stock type="system"/>124 </item>125 </box>126 </item>127 128 97 <item type="rect" id="disconnect_button" button="true"> 129 <normal color="#ffffff" alpha="0 .5"/>98 <normal color="#ffffff" alpha="0"/> 130 99 <show modes="flexi,remote"/> 131 100 <pos y="35" anchor="w" width="box" height="box"/> … … 140 109 <show modes="remote"/> 141 110 </item> 111 </box> 112 </item> 142 113 114 <!-- reboot in console --> 115 <item type="rect" id="reboot_button" button="true"> 116 <normal color="#ffffff" alpha="0"/> 117 <show modes="console"/> 118 <pos y="35" anchor="w" width="box" height="box"/> 119 <box orientation="horizontal" spacing="5" xpadding="10"> 143 120 <item type="label"> 144 121 <normal color="#999999" font="Sans 9"/> 145 122 <prelight color="#333333" font="Sans 9"/> 146 123 <active color="#000000" font="Sans 9"/> 147 <pos y="0%" anchor="w"/> 148 <!-- Stock label for: _Quit --> 149 <stock type="quit"/> 150 <show modes="flexi"/> 124 <pos y="0%" anchor="w"/> 125 <show modes="console"/> 126 <stock type="reboot"/> 151 127 </item> 152 </box>128 </box> 153 129 </item> 154 130 <!-- shutdown in console --> 131 <item type="rect" id="halt_button" button="true"> 132 <normal color="#ffffff" alpha="0"/> 133 <pos y="35" anchor="w" width="box" height="box"/> 134 <box orientation="horizontal" spacing="5" xpadding="10"> 135 <item type="label"> 136 <normal color="#999999" font="Sans 9"/> 137 <prelight color="#333333" font="Sans 9"/> 138 <active color="#000000" font="Sans 9"/> 139 <pos y="0%" anchor="w"/> --> 140 <show modes="console"/> 141 <stock type="halt"/> 142 </item> 143 </box> 144 </item> 155 145 </box> 156 146 </item>
Note: See TracChangeset
for help on using the changeset viewer.