icon-browser: Add .sidebar style class in the main window

So the sidebar can get the proper background and border colors.
This commit is contained in:
nana-4 2020-11-22 13:54:44 +09:00 committed by Jakub Steiner
parent 56eac4f846
commit 3e996f61ae

View File

@ -66,11 +66,14 @@
<object class="GtkBox">
<child>
<object class="GtkScrolledWindow">
<style>
<class name="sidebar"/>
</style>
<property name="hscrollbar-policy">never</property>
<child>
<object class="GtkListView">
<style>
<class name="navigation-sidebar" />
<class name="navigation-sidebar"/>
</style>
<property name="model">
<object class="GtkSingleSelection" id="context_model">
@ -108,11 +111,6 @@
</child>
</object>
</child>
<child>
<object class="GtkSeparator">
<property name="orientation">vertical</property>
</object>
</child>
<child>
<object class="GtkBox" id="content_box">
<property name="orientation">vertical</property>