1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-06-30 15:49:31 +00:00

Merge branch 'david.boddie/calls-suppress-input-methods-in-dialler' into 'master'

Override the input method for entry widgets

See merge request Librem5/calls!57
This commit is contained in:
Bob Ham 2019-07-12 14:15:29 +00:00
commit 2f82dcaab6
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>