gtk-demo: Use style classes in the listbox demo

Add a .rich-list style class to the controls demo.
This commit is contained in:
Matthias Clasen
2020-08-10 20:19:09 -04:00
parent d8753a9fa3
commit 283fc9d7e4

View File

@@ -36,6 +36,10 @@
<property name="selection-mode">none</property>
<property name="show-separators">1</property>
<signal name="row-activated" handler="row_activated"/>
<style>
<class name="rich-list"/>
</style>
<child>
<object class="GtkListBoxRow">
<child>
@@ -151,6 +155,9 @@
<object class="GtkListBox">
<property name="selection-mode">none</property>
<property name="show-separators">1</property>
<style>
<class name="rich-list"/>
</style>
<child>
<object class="GtkListBoxRow">