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