forked from AuroraMiddleware/gtk
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:
parent
e0f0197d0c
commit
c9a2e4c0a3
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user