Skip to content
Snippets Groups Projects
Commit 82b24f9c authored by Nico's avatar Nico
Browse files

Mark URL fields with "input purpose url"

parent 0e7bc122
No related branches found
No related tags found
No related merge requests found
......@@ -35,6 +35,7 @@
<child>
<object class="GtkEntry" id="own_link_entry">
<property name="visible">True</property>
<property name="input_purpose">GTK_INPUT_PURPOSE_URL</property>
</object>
<packing>
<property name="left_attach">1</property>
......@@ -56,6 +57,7 @@
<object class="GtkEntry" id="their_link_entry">
<property name="visible">True</property>
<property name="placeholder_text" translatable="yes" context="link exchange: their link input field">Contact's link</property>
<property name="input_purpose">GTK_INPUT_PURPOSE_URL</property>
</object>
<packing>
<property name="left_attach">1</property>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment