summaryrefslogtreecommitdiffstats
path: root/greeter.ui
diff options
context:
space:
mode:
authorNicolas Salguero <nicolas.salguero@laposte.net>2019-03-05 09:19:01 +0100
committerNicolas Salguero <nicolas.salguero@laposte.net>2019-03-05 09:19:01 +0100
commit4b693393f0ef0bd350a18b65698fb2bf5ca3d60d (patch)
tree342f49fab4a6d63df48f9c52856a089a87b5ba67 /greeter.ui
parent8f36663f869a779ba149e37e24c66ce244ee76e5 (diff)
downloadtheme-dm-4b693393f0ef0bd350a18b65698fb2bf5ca3d60d.tar
theme-dm-4b693393f0ef0bd350a18b65698fb2bf5ca3d60d.tar.gz
theme-dm-4b693393f0ef0bd350a18b65698fb2bf5ca3d60d.tar.bz2
theme-dm-4b693393f0ef0bd350a18b65698fb2bf5ca3d60d.tar.xz
theme-dm-4b693393f0ef0bd350a18b65698fb2bf5ca3d60d.zip
- add button for onscreen keyboard
Diffstat (limited to 'greeter.ui')
-rw-r--r--greeter.ui15
1 files changed, 14 insertions, 1 deletions
diff --git a/greeter.ui b/greeter.ui
index e63b34b..d7bbb83 100644
--- a/greeter.ui
+++ b/greeter.ui
@@ -203,6 +203,19 @@
<property name="position">3</property>
</packing>
</child>
+ <child>
+ <object class="GtkButton" id="onscreenkeyboard">
+ <property name="label" translatable="yes">Keyboard</property>
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="receives_default">True</property>
+ <property name="relief">none</property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="position">4</property>
+ </packing>
+ </child>
<child>
<object class="GtkButton" id="exit">
<property name="label">gtk-quit</property>
@@ -215,7 +228,7 @@
<packing>
<property name="expand">False</property>
<property name="pack_type">end</property>
- <property name="position">4</property>
+ <property name="position">5</property>
</packing>
</child>
</object>