mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-13 22:10:08 +00:00
widget-factory: Add dummy listbox placeholder
It doesn't do anything and isn't visible anyway, but it tests that adding and removing placeholders works
This commit is contained in:
parent
843cd7f22e
commit
4945e28f08
@ -1813,6 +1813,11 @@ microphone-sensitivity-medium-symbolic</property>
|
||||
<child>
|
||||
<object class="GtkListBox" id="listbox">
|
||||
<property name="selection-mode">none</property>
|
||||
<child type="placeholder">
|
||||
<object class="GtkLabel">
|
||||
<property name="label">No rows found</property>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkListBoxRow" id="listboxrow1">
|
||||
<property name="activatable">0</property>
|
||||
|
Loading…
Reference in New Issue
Block a user