Show
Ignore:
Timestamp:
07/01/09 20:09:27 (5 months ago)
Author:
broder
Message:

In gdm-config:

  • Update the GDM theme to use pixmaps and text labels instead of buttons. Thanks to Jacob Morzinski for the patch. (Trac: #188)
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/debathena/config/gdm-config/debathena/debathena.xml

    r23503 r23908  
    22<!DOCTYPE greeter SYSTEM "greeter.dtd"> 
    33<greeter> 
     4 
    45  <!-- The background --> 
    56  <item type="pixmap"> 
     
    78    <pos x="0" y="0" width="100%" height="100%" anchor="nw" /> 
    89  </item> 
     10 
    911  <!-- Bottom bar --> 
    1012  <item type="rect"> 
    1113    <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"/> 
    1315    <fixed> 
    1416      <!-- The black border of the bottom bar --> 
     
    1719        <pos x="0" y="5" width="100%" height="100%"/> 
    1820        <!-- 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> 
    2337          </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> 
    2753          </item> 
    2854        </box>