summaryrefslogtreecommitdiffstats
path: root/greeter-gtk3.ui
diff options
context:
space:
mode:
Diffstat (limited to 'greeter-gtk3.ui')
-rw-r--r--greeter-gtk3.ui47
1 files changed, 22 insertions, 25 deletions
diff --git a/greeter-gtk3.ui b/greeter-gtk3.ui
index 483809c..d0cb4d2 100644
--- a/greeter-gtk3.ui
+++ b/greeter-gtk3.ui
@@ -31,11 +31,16 @@
<property name="visible">True</property>
<property name="orientation">vertical</property>
<child>
- <object class="GtkImage" id="image1">
+ <object class="GtkLabel" id="prompt">
<property name="visible">True</property>
- <property name="pixbuf">login.png</property>
+ <property name="label" translatable="yes">User:</property>
+ <property name="xpad">18</property>
+ <property name="ypad">18</property>
+ <property name="yalign">0.2</property>
</object>
<packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
<property name="position">0</property>
</packing>
</child>
@@ -49,31 +54,23 @@
<property name="visible">True</property>
<property name="spacing">12</property>
<child>
- <object class="GtkLabel" id="prompt">
+ <object class="GtkScrolledWindow" id="user_list_scrolled">
<property name="visible">True</property>
- <property name="label" translatable="yes">User:</property>
- <property name="yalign">0.2</property>
+ <property name="can_focus">False</property>
+ <property name="hscrollbar_policy">GTK_POLICY_NEVER</property>
+ <property name="vscrollbar_policy">GTK_POLICY_NEVER</property>
+ <property name="height_request">180</property>
+ <child>
+ <object class="GtkIconView" id="user_list">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="item-padding">1</property>
+ <property name="margin">2</property>
+ <property name="column-spacing">0</property>
+ <property name="row-spacing">1</property>
+ </object>
+ </child>
</object>
- <packing>
- <property name="expand">False</property>
- <property name="fill">False</property>
- <property name="position">0</property>
- </packing>
- </child>
- <child>
- <object class="GtkIconView" id="user_list">
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="item-padding">1</property>
- <property name="margin">2</property>
- <property name="column-spacing">0</property>
- <property name="row-spacing">1</property>
- </object>
- <packing>
- <property name="expand">False</property>
- <property name="fill">False</property>
- <property name="position">1</property>
- </packing>
</child>
<child>
<object class="GtkEntry" id="login_entry">