- 25 chars sounds about right for the texts we use
- don't use min width so we allow shrinking the widget (large text or
small mobile devices)
- ellipsize the text instead of clipping it.
<property name="child">
<object class="GtkInscription">
<property name="hexpand">1</property>
+ <property name="nat-chars">25</property>
+ <property name="text-overflow">ellipsize-end</property>
<binding name="text">
<lookup name="title" type="GtkDemo">
<lookup name="item">expander</lookup>