mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-27 06:00:22 +00:00
widget-factory: Use rich-list style
Use the .rich-list style for the listbox on page 2.
This commit is contained in:
parent
283fc9d7e4
commit
d1b1b5bd9b
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user