~darkxst/ubuntu/saucy/gdm/lp1212408

« back to all changes in this revision

Viewing changes to gui/greeter/themes/circles/circles.xml

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2007-12-11 15:34:43 UTC
  • mto: (2.1.2 lenny) (1.4.50)
  • mto: This revision was merged to the branch mainline in revision 86.
  • Revision ID: james.westby@ubuntu.com-20071211153443-w5922mvs37kx0g4q
Tags: upstream-2.20.2
ImportĀ upstreamĀ versionĀ 2.20.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
    <normal file="background.svg"/>
6
6
    <pos x="0" y="0" width="100%" height="-75"/>
7
7
  </item>
8
 
  <item type="rect" background="true">
9
 
    <normal color="#000000"/>
10
 
    <pos x="0" y="-75" width="100%" height="75"/>
11
 
    <fixed>
12
 
      <item type="rect" background="true">
13
 
        <normal color="#ffffff"/>
14
 
        <pos x="0" y="4" width="100%" height="100%"/>
15
 
        <box orientation="horizontal" spacing="10" xpadding="10" ypadding="10">
16
 
          <item type="button" id="options_button" button="true">
17
 
            <pos y="5" width="80" height="50"/>
18
 
            <stock type="options"/>
19
 
          </item>
20
 
          <item type="list" id="language" combo="true">
21
 
            <pos  x="25" y="10" height="40" width="300"/>
22
 
          </item>
23
 
          <item type="list" id="session" combo="true">
24
 
            <pos x="50" y="10" height="40" width="300"/>
25
 
          </item>
26
 
        </box>
27
 
      </item>
28
 
    </fixed>
29
 
  </item>
30
 
  <item type="rect" id="userlist-rect">
31
 
    <normal color="#FFFFFF" alpha="0.5" font="Sans 14"/>
32
 
    <pos anchor="nw" x="0" y="0" width="box" height="box"/>
33
 
    <box orientation="vertical" min-width="440" max-width="440" min-height="100"
34
 
 xpadding="4" ypadding="4" spacing="0">
35
 
      <item type="list" id="userlist">
36
 
        <pos anchor="nw" x="0" y="0" height="550" width="440"/>
37
 
        <color iconcolor="#ACBFDD" labelcolor="#ACBFDD"/>
38
 
      </item>
39
 
    </box>
40
 
  </item>
41
 
 
42
 
  <item type="pixmap" background="true">
 
8
        <item type="rect"> 
 
9
                <normal color="#000000"/>
 
10
                <pos x="0" y="-76" width="100%" height="76"/>
 
11
                <fixed>
 
12
                        <item type="rect" background="true"> 
 
13
                                <normal color="#ffffff"/>
 
14
                                <pos x="0" y="5" width="100%" height="100%"/>
 
15
                                <box orientation="horizontal" spacing="10" xpadding="10" ypadding="0">
 
16
                                        <item type="button" id="options_button">
 
17
                                                <pos y="50%" anchor="w" width="100" height="40" />
 
18
                                                <stock type="options"/>
 
19
                                        </item>
 
20
                                        <item type="list" id="session" combo="true">
 
21
                                                <pos y="50%" anchor="w" height="40" width="200"/>
 
22
                                        </item>
 
23
                                        <item type="list" id="language" combo="true">
 
24
                                                <pos y="50%" anchor="w" height="40" width="250"/>
 
25
                                        </item>
 
26
                                </box>
 
27
                        </item>
 
28
                </fixed>
 
29
        </item>
 
30
 
 
31
 
 
32
  <item type="pixmap">
43
33
    <normal file="flower.png"/>
44
34
    <pos x="100%" y="100%" anchor="se"/>
45
35
  </item>