Changeset 23908
- Timestamp:
- 07/01/09 20:09:27 (5 months ago)
- Location:
- trunk/debathena/config/gdm-config
- Files:
-
- 3 added
- 3 modified
-
debathena/btn-active.svg (added)
-
debathena/btn-normal.svg (added)
-
debathena/btn-prelight.svg (added)
-
debathena/debathena.xml (modified) (3 diffs)
-
debathena/screenshot.png (modified) (previous)
-
debian/changelog (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/debathena/config/gdm-config/debathena/debathena.xml
r23503 r23908 2 2 <!DOCTYPE greeter SYSTEM "greeter.dtd"> 3 3 <greeter> 4 4 5 <!-- The background --> 5 6 <item type="pixmap"> … … 7 8 <pos x="0" y="0" width="100%" height="100%" anchor="nw" /> 8 9 </item> 10 9 11 <!-- Bottom bar --> 10 12 <item type="rect"> 11 13 <normal color="#000000"/> 12 <pos x="0" y=" -60" width="100%" height="60"/>14 <pos x="0" y="100%" width="100%" height="60" anchor="sw"/> 13 15 <fixed> 14 16 <!-- The black border of the bottom bar --> … … 17 19 <pos x="0" y="5" width="100%" height="100%"/> 18 20 <!-- A box containing the session and action buttons --> 19 <box orientation="horizontal" spacing="10" xpadding="10" ypadding="0"> 20 <item type="button" id="session_button"> 21 <pos y="50%" anchor="w" height="30" width="100"/> 22 <stock type="session"/> 21 <box spacing="10" xpadding="10" ypadding="0" orientation="horizontal"> 22 <item type="rect" id="session_button" button="true"> 23 <pos x="0" y="13" anchor="nw" width="100" height="30"/> 24 <fixed> 25 <item type="pixmap"> 26 <pos x="50%" y="50%" anchor="c"/> 27 <normal file="btn-normal.svg"/> 28 <prelight file="btn-prelight.svg"/> 29 <active file="btn-active.svg"/> 30 </item> 31 <item type="label"> 32 <normal font="Sans 11" color="#000000"/> 33 <pos x="50%" y="50%" anchor="c"/> 34 <stock type="session"/> 35 </item> 36 </fixed> 23 37 </item> 24 <item type="button" id="options_button"> 25 <pos y="50%" anchor="w" width="100" height="30" /> 26 <stock type="system"/> 38 <item type="rect" id="options_button" button="true"> 39 <pos x="0" y="13" anchor="nw" width="100" height="30" /> 40 <fixed> 41 <item type="pixmap"> 42 <pos x="50%" y="50%" anchor="c"/> 43 <normal file="btn-normal.svg"/> 44 <prelight file="btn-prelight.svg"/> 45 <active file="btn-active.svg"/> 46 </item> 47 <item type="label"> 48 <normal font="Sans 11" color="#000000"/> 49 <pos x="50%" y="50%" anchor="c"/> 50 <stock type="system"/> 51 </item> 52 </fixed> 27 53 </item> 28 54 </box> -
trunk/debathena/config/gdm-config/debian/changelog
r23863 r23908 1 debathena-gdm-config (1.13) unstable; urgency=low 2 3 * Update the GDM theme to use pixmaps and text labels instead of 4 buttons. Thanks to Jacob Morzinski for the patch. (Trac: #188) 5 6 -- Evan Broder <broder@mit.edu> Wed, 01 Jul 2009 20:07:33 -0400 7 1 8 debathena-gdm-config (1.12) unstable; urgency=low 2 9
