widget-factory: Use rich-list style

Use the .rich-list style for the listbox on page 2.
This commit is contained in:
Matthias Clasen 2020-08-09 11:03:32 -04:00
parent 283fc9d7e4
commit d1b1b5bd9b

View File

@ -1624,6 +1624,9 @@ microphone-sensitivity-medium-symbolic</property>
<object class="GtkListBox" id="listbox">
<property name="selection-mode">none</property>
<property name="show-separators">1</property>
<style>
<class name="rich-list"/>
</style>
<child type="placeholder">
<object class="GtkLabel">
<property name="label">No rows found</property>