listbox demo: Remove frames around labels

Having frames around those labels looks stupid
This commit is contained in:
Timm Bäder 2020-07-24 19:00:38 +02:00
parent 9cdf9847c2
commit d5f0256f8b

View File

@ -180,8 +180,6 @@
<property name="margin-top">2</property>
<property name="margin-bottom">2</property>
<property name="spacing">8</property>
<child>
<object class="GtkFrame" id="frame1">
<child>
<object class="GtkLabel" id="n_reshares_label">
<property name="label" translatable="0">&lt;b&gt;2&lt;/b&gt;
@ -189,11 +187,6 @@ Reshares</property>
<property name="use-markup">1</property>
</object>
</child>
<child type="label_item"/>
</object>
</child>
<child>
<object class="GtkFrame" id="frame2">
<child>
<object class="GtkLabel" id="n_favorites_label">
<property name="label" translatable="0">&lt;b&gt;2&lt;/b&gt;
@ -201,9 +194,6 @@ FAVORITES</property>
<property name="use-markup">1</property>
</object>
</child>
<child type="label_item"/>
</object>
</child>
</object>
</child>
<child>