restrict-applications-dialog: Allow introduction label to wrap
Rather than ellipsising, allow it to wrap. Also ensure it’s left-aligned. Signed-off-by: Philip Withnall <withnall@endlessm.com> Helps: #11
This commit is contained in:
parent
2d43ac38ec
commit
8c7815e33c
|
@ -24,6 +24,11 @@
|
|||
<!-- Translated dynamically: -->
|
||||
<property name="label">Restrict {username} from using the following installed applications.</property>
|
||||
<property name="visible">False</property>
|
||||
<property name="ellipsize">none</property>
|
||||
<property name="wrap">True</property>
|
||||
<property name="halign">start</property>
|
||||
<property name="xalign">0</property>
|
||||
<property name="hexpand">True</property>
|
||||
<child internal-child="accessible">
|
||||
<object class="AtkObject">
|
||||
<property name="accessible-role">static</property>
|
||||
|
|
Loading…
Reference in New Issue