1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2025-01-06 11:35:32 +00:00

new-call-box: Add placeholder texts for text input fields

This commit is contained in:
Evangelos Ribeiro Tzaras 2021-08-14 19:18:16 +02:00
parent 2c06497b08
commit da4c6b043a

View file

@ -31,6 +31,7 @@
<object class="GtkEntry" id="address_entry">
<property name="visible" bind-source="CallsNewCallBox" bind-property="numeric-input-only" bind-flags="sync-create|invert-boolean"/>
<property name="xalign">0.5</property>
<property name="placeholder-text" translatable="yes">Enter a VoIP address</property>
<style>
<class name="address-entry"/>
</style>
@ -42,6 +43,7 @@
<property name="visible" bind-source="CallsNewCallBox" bind-property="numeric-input-only" bind-flags="sync-create"/>
<property name="hexpand">True</property>
<property name="xalign">0.5</property>
<property name="placeholder-text" translatable="yes">Enter a number</property>
<style>
<class name="phone-number-entry"/>
</style>