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:
parent
4247e42411
commit
7b3cda2cd5
@ -72,9 +72,6 @@
|
|||||||
<property name="can_focus">1</property>
|
<property name="can_focus">1</property>
|
||||||
<property name="hscrollbar_policy">never</property>
|
<property name="hscrollbar_policy">never</property>
|
||||||
<property name="min_content_width">150</property>
|
<property name="min_content_width">150</property>
|
||||||
<style>
|
|
||||||
<class name="sidebar"/>
|
|
||||||
</style>
|
|
||||||
<child>
|
<child>
|
||||||
<object class="GtkTreeView" id="treeview">
|
<object class="GtkTreeView" id="treeview">
|
||||||
<property name="visible">1</property>
|
<property name="visible">1</property>
|
||||||
|
Loading…
Reference in New Issue
Block a user