gtkplacessidebar: add sidebar row style
So designers can style it at their will.
This commit is contained in:
@ -4,6 +4,9 @@
|
|||||||
<property name="visible">True</property>
|
<property name="visible">True</property>
|
||||||
<property name="margin-top">1</property>
|
<property name="margin-top">1</property>
|
||||||
<property name="margin-bottom">1</property>
|
<property name="margin-bottom">1</property>
|
||||||
|
<style>
|
||||||
|
<class name="sidebar-row"/>
|
||||||
|
</style>
|
||||||
<child>
|
<child>
|
||||||
<object class="GtkRevealer" id="revealer">
|
<object class="GtkRevealer" id="revealer">
|
||||||
<property name="visible">True</property>
|
<property name="visible">True</property>
|
||||||
|
Reference in New Issue
Block a user