summaryrefslogtreecommitdiff
path: root/src/lightdm-gtk-greeter.glade
diff options
context:
space:
mode:
authorSean Davis <smd.seandavis@gmail.com>2013-03-15 08:00:38 -0400
committerSean Davis <smd.seandavis@gmail.com>2013-03-15 08:00:38 -0400
commitaca2c0d9ee7d610deff5eef80e07b779998a49e4 (patch)
treeab4e1e2f1afde76a8d779a3e9dc4763e2a89bf21 /src/lightdm-gtk-greeter.glade
parent59eb4c89651a28819e113945bde031d17cb1dd5b (diff)
downloadlightdm-gtk-greeter-git-aca2c0d9ee7d610deff5eef80e07b779998a49e4.tar.gz
Add username entry for other.
Diffstat (limited to 'src/lightdm-gtk-greeter.glade')
-rw-r--r--src/lightdm-gtk-greeter.glade42
1 files changed, 29 insertions, 13 deletions
diff --git a/src/lightdm-gtk-greeter.glade b/src/lightdm-gtk-greeter.glade
index d310569..759899d 100644
--- a/src/lightdm-gtk-greeter.glade
+++ b/src/lightdm-gtk-greeter.glade
@@ -13,14 +13,11 @@
<property name="can_focus">False</property>
<property name="valign">center</property>
<property name="border_width">26</property>
- <property name="n_rows">4</property>
+ <property name="n_rows">5</property>
<property name="n_columns">2</property>
<property name="column_spacing">18</property>
<property name="row_spacing">6</property>
<child>
- <placeholder/>
- </child>
- <child>
<object class="GtkComboBox" id="user_combobox">
<property name="name">user_combobox</property>
<property name="width_request">200</property>
@@ -52,8 +49,8 @@
<packing>
<property name="left_attach">1</property>
<property name="right_attach">2</property>
- <property name="top_attach">1</property>
- <property name="bottom_attach">2</property>
+ <property name="top_attach">2</property>
+ <property name="bottom_attach">3</property>
<property name="y_options"/>
</packing>
</child>
@@ -66,8 +63,9 @@
<property name="icon_name">avatar-default</property>
</object>
<packing>
- <property name="bottom_attach">2</property>
- <property name="x_options">GTK_FILL</property>
+ <property name="bottom_attach">3</property>
+ <property name="x_options"/>
+ <property name="y_options"/>
</packing>
</child>
<child>
@@ -78,8 +76,8 @@
</object>
<packing>
<property name="right_attach">2</property>
- <property name="top_attach">2</property>
- <property name="bottom_attach">3</property>
+ <property name="top_attach">3</property>
+ <property name="bottom_attach">4</property>
</packing>
</child>
<child>
@@ -121,8 +119,26 @@
<packing>
<property name="left_attach">1</property>
<property name="right_attach">2</property>
- <property name="top_attach">3</property>
- <property name="bottom_attach">4</property>
+ <property name="top_attach">4</property>
+ <property name="bottom_attach">5</property>
+ </packing>
+ </child>
+ <child>
+ <placeholder/>
+ </child>
+ <child>
+ <object class="GtkEntry" id="username_entry">
+ <property name="name">prompt_entry</property>
+ <property name="can_focus">True</property>
+ <property name="no_show_all">True</property>
+ <property name="invisible_char">•</property>
+ <property name="placeholder_text">Enter your username</property>
+ </object>
+ <packing>
+ <property name="left_attach">1</property>
+ <property name="right_attach">2</property>
+ <property name="top_attach">1</property>
+ <property name="bottom_attach">2</property>
</packing>
</child>
</object>
@@ -142,8 +158,8 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="no">[hostname]</property>
<property name="xpad">6</property>
+ <property name="label">[hostname]</property>
</object>
<packing>
<property name="expand">False</property>