Hide the "trash" button for now until we know how to hook it up
This commit is contained in:
parent
71849d926d
commit
2df9f55119
|
@ -26,7 +26,6 @@
|
||||||
<property name="hexpand">True</property>
|
<property name="hexpand">True</property>
|
||||||
<child>
|
<child>
|
||||||
<object class="GtkButton" id="btn_remove">
|
<object class="GtkButton" id="btn_remove">
|
||||||
<property name="visible">True</property>
|
|
||||||
<property name="can_focus">True</property>
|
<property name="can_focus">True</property>
|
||||||
<property name="receives_default">True</property>
|
<property name="receives_default">True</property>
|
||||||
<property name="image">icon_remove</property>
|
<property name="image">icon_remove</property>
|
||||||
|
|
Loading…
Reference in New Issue