new-call-box: Add placeholder texts for text input fields
This commit is contained in:
@@ -31,6 +31,7 @@
|
|||||||
<object class="GtkEntry" id="address_entry">
|
<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="visible" bind-source="CallsNewCallBox" bind-property="numeric-input-only" bind-flags="sync-create|invert-boolean"/>
|
||||||
<property name="xalign">0.5</property>
|
<property name="xalign">0.5</property>
|
||||||
|
<property name="placeholder-text" translatable="yes">Enter a VoIP address</property>
|
||||||
<style>
|
<style>
|
||||||
<class name="address-entry"/>
|
<class name="address-entry"/>
|
||||||
</style>
|
</style>
|
||||||
@@ -42,6 +43,7 @@
|
|||||||
<property name="visible" bind-source="CallsNewCallBox" bind-property="numeric-input-only" bind-flags="sync-create"/>
|
<property name="visible" bind-source="CallsNewCallBox" bind-property="numeric-input-only" bind-flags="sync-create"/>
|
||||||
<property name="hexpand">True</property>
|
<property name="hexpand">True</property>
|
||||||
<property name="xalign">0.5</property>
|
<property name="xalign">0.5</property>
|
||||||
|
<property name="placeholder-text" translatable="yes">Enter a number</property>
|
||||||
<style>
|
<style>
|
||||||
<class name="phone-number-entry"/>
|
<class name="phone-number-entry"/>
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user