Browse Source

content-room-history: Increase clamp sizes a bit

But not too much.

These values are somewhat arbitrary, but they make Fractal's chat
history average between 65~80 characters wide on default GNOME with
Cantarell. This seems to make it much more pleasant to use.
merge-requests/1327/merge
Georges Basile Stavracas Neto 4 years ago committed by Julian Sparber
parent
commit
d7e89d516f
  1. 6
      data/resources/ui/content-room-history.ui

6
data/resources/ui/content-room-history.ui

@ -75,6 +75,8 @@
<property name="child">
<object class="AdwClamp">
<property name="hexpand">True</property>
<property name="maximum-size">750</property>
<property name="tightening-threshold">550</property>
<child>
<object class="GtkSearchEntry"/>
</child>
@ -166,6 +168,8 @@
<object class="AdwClampScrollable">
<property name="vexpand">True</property>
<property name="hexpand">True</property>
<property name="maximum-size">750</property>
<property name="tightening-threshold">550</property>
<property name="child">
<object class="GtkListView" id="listview">
<style>
@ -198,6 +202,8 @@
<child>
<object class="AdwClamp">
<property name="vexpand">False</property>
<property name="maximum-size">750</property>
<property name="tightening-threshold">550</property>
<child>
<object class="GtkBox">
<style>

Loading…
Cancel
Save