summaryrefslogtreecommitdiffstats
path: root/unlock.ui
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2012-02-01 19:53:29 +0100
committerMatthias Schiffer <mschiffer@universe-factory.net>2012-02-01 19:58:55 +0100
commit9981f9f6a2205ed56f16989b590d939d5dac974a (patch)
tree01c629eb1751483a77e9afc2175ff57a3b11d238 /unlock.ui
parent2ea569c7ed70a40cccaaf32b3f8ea2e7127ac062 (diff)
downloadpylock-9981f9f6a2205ed56f16989b590d939d5dac974a.tar
pylock-9981f9f6a2205ed56f16989b590d939d5dac974a.zip
Add logout button timeout. Add l10n support.
Diffstat (limited to 'unlock.ui')
-rw-r--r--unlock.ui12
1 files changed, 4 insertions, 8 deletions
diff --git a/unlock.ui b/unlock.ui
index d958485..8b33ab7 100644
--- a/unlock.ui
+++ b/unlock.ui
@@ -37,13 +37,10 @@
<property name="border_width">12</property>
<property name="spacing">12</property>
<child>
- <object class="GtkLabel" id="hostname_label">
+ <object class="GtkLabel" id="lock_label">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" comments="This is a placeholder string and will be replaced with the hostname of the system">[hostname]</property>
- <attributes>
- <attribute name="font-desc" value="Sans 18"/>
- </attributes>
+ <property name="label" comments="This is a placeholder string and will be replaced with the hostname of the system">[lock]</property>
</object>
<packing>
<property name="expand">True</property>
@@ -97,10 +94,11 @@
<child>
<object class="GtkLabel" id="message_label">
<property name="can_focus">False</property>
+ <property name="yalign">0</property>
<property name="label" comments="This is a placeholder string and will be replaced with a message from PAM">[message]</property>
</object>
<packing>
- <property name="expand">False</property>
+ <property name="expand">True</property>
<property name="fill">True</property>
<property name="position">1</property>
</packing>
@@ -118,7 +116,6 @@
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="use_action_appearance">False</property>
- <signal name="clicked" handler="login_cb" swapped="no"/>
</object>
<packing>
<property name="expand">True</property>
@@ -135,7 +132,6 @@
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="use_action_appearance">False</property>
- <signal name="clicked" handler="cancel_cb" swapped="no"/>
</object>
<packing>
<property name="expand">True</property>