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:
parent
3b9d5b9c00
commit
3613d61536
1 changed files with 2 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue