printers: Do not ellipsize title of details dialog

A regression from the GTK4 port.
This commit is contained in:
Marek Kasik 2022-02-04 16:23:25 +01:00
parent 634d622c7a
commit e7a1501d13

View file

@ -15,6 +15,7 @@
<property name="wrap">True</property>
<property name="max_width_chars">30</property>
<property name="ellipsize">middle</property>
<property name="hexpand">true</property>
</object>
</child>
</object>