gtk-demo: Use a style class on the sidebar

Use .navigation-sidebar for the main sidebar.
This commit is contained in:
Matthias Clasen 2020-08-09 08:27:56 -04:00
parent 0279e1c76b
commit a9858c6662

View File

@ -70,6 +70,9 @@
<child>
<object class="GtkListView" id="listview">
<style>
<class name="navigation-sidebar"/>
</style>
<property name="factory">
<object class="GtkBuilderListItemFactory">
<property name="resource">/ui/main-listitem.ui</property>