forked from AuroraMiddleware/gtk
gtk-demo: Use a style class on the sidebar
Use .navigation-sidebar for the main sidebar.
This commit is contained in:
parent
0279e1c76b
commit
a9858c6662
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user