accounts-editor: Wrap the welcome panel labels

This helps the accounts editor fit in narrow screens.
This commit is contained in:
Adrien Plazas 2020-04-23 10:11:06 +02:00 committed by Julian Sparber
parent ecd9e2e982
commit e6fd0fe174

View file

@ -60,6 +60,8 @@
<property name="halign">start</property>
<property name="valign">start</property>
<property name="label" translatable="yes">To get started, select an email provider below.</property>
<property name="xalign">0</property>
<property name="wrap">True</property>
</object>
<packing>
<property name="left_attach">1</property>
@ -73,6 +75,8 @@
<property name="halign">start</property>
<property name="valign">end</property>
<property name="label" translatable="yes">Welcome to Geary</property>
<property name="xalign">0</property>
<property name="wrap">True</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>