multitasking: Expand row subtitles to a second line

Depending on the language used, the label could get long and
unreadable (ellipsized).

Fixes #1486
This commit is contained in:
Felipe Borges 2021-10-06 12:37:44 +02:00
parent a932bea7f3
commit 305fc2e26e

View file

@ -75,7 +75,7 @@
<property name="ellipsize">end</property>
<property name="halign">start</property>
<property name="hexpand">True</property>
<property name="lines">1</property>
<property name="lines">2</property>
<property name="wrap">True</property>
<property name="wrap-mode">word-char</property>
<property name="xalign">0</property>