gtk3-demo: Drop .sidebar class

This makes no visual difference at all, and the .sidebar class
is causing some complications with the current CSS node transition.
This commit is contained in:
Matthias Clasen 2015-11-05 09:09:33 -05:00
parent 4247e42411
commit 7b3cda2cd5

View File

@ -72,9 +72,6 @@
<property name="can_focus">1</property>
<property name="hscrollbar_policy">never</property>
<property name="min_content_width">150</property>
<style>
<class name="sidebar"/>
</style>
<child>
<object class="GtkTreeView" id="treeview">
<property name="visible">1</property>