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:
parent
d8cf2be9c6
commit
a27efedf7c
2 changed files with 2 additions and 0 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue