font chooser: Add placeholder text to preview entry

This will make things more understandable if an application
sets an empty preview text.
https://bugzilla.gnome.org/show_bug.cgi?id=725551
This commit is contained in:
Matthias Clasen 2015-07-19 16:52:03 -04:00
parent e0f0197d0c
commit c9a2e4c0a3

View File

@ -113,7 +113,8 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="invisible_char">•</property>
<property name="text">Sample string goes here</property>
<property name="text"></property>
<property name="placeholder-text" translatable="yes">Preview text</property>
<signal name="scroll-event" handler="resize_by_scroll_cb" swapped="no"/>
</object>
<packing>