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:
parent
a932bea7f3
commit
305fc2e26e
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@
|
||||||
<property name="ellipsize">end</property>
|
<property name="ellipsize">end</property>
|
||||||
<property name="halign">start</property>
|
<property name="halign">start</property>
|
||||||
<property name="hexpand">True</property>
|
<property name="hexpand">True</property>
|
||||||
<property name="lines">1</property>
|
<property name="lines">2</property>
|
||||||
<property name="wrap">True</property>
|
<property name="wrap">True</property>
|
||||||
<property name="wrap-mode">word-char</property>
|
<property name="wrap-mode">word-char</property>
|
||||||
<property name="xalign">0</property>
|
<property name="xalign">0</property>
|
||||||
|
|
Loading…
Add table
Reference in a new issue