listbox demo: Hide extra_buttons_box by default

It should only show up when hovering the row.
This commit is contained in:
Timm Bäder 2018-07-07 19:34:00 +02:00
parent 93c688cd93
commit 96812450fa

View File

@ -154,6 +154,7 @@
</child>
<child>
<object class="GtkBox" id="extra_buttons_box">
<property name="visible">0</property>
<property name="spacing">6</property>
<child>
<object class="GtkButton" id="reply-button">