1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2025-01-05 19:15:32 +00:00

Override the input method for entry widgets

This commit is contained in:
David Boddie 2019-07-10 16:42:15 +02:00
parent d8cf2be9c6
commit a27efedf7c
2 changed files with 2 additions and 0 deletions

View file

@ -402,6 +402,7 @@
<property name="editable">False</property>
<property name="xalign">0.5</property>
<property name="margin_bottom">8</property>
<property name="im-module">simple</property>
</object>
</child>
<child>

View file

@ -50,6 +50,7 @@
<property name="input-purpose">phone</property>
<property name="input-hints">no-emoji|inhibit-osk</property>
<property name="visible">True</property>
<property name="im-module">simple</property>
</object>
<packing>
<property name="expand">False</property>