content-explore: Make clamp size match chat history's

Having the width of the Explore page different than the widget of
the chat history is jarring, let's make them match.
This commit is contained in:
Georges Basile Stavracas Neto 2022-04-01 10:14:49 -03:00 committed by Julian Sparber
parent 3b9d5b9c00
commit 3613d61536

View file

@ -75,7 +75,8 @@
<object class="AdwClampScrollable">
<property name="vexpand">True</property>
<property name="hexpand">True</property>
<property name="maximum-size">800</property>
<property name="maximum-size">750</property>
<property name="tightening-threshold">550</property>
<property name="child">
<object class="GtkListView" id="listview">
<property name="show-separators">True</property>