accounts-editor: Wrap the welcome panel labels
This helps the accounts editor fit in narrow screens.
This commit is contained in:
parent
ecd9e2e982
commit
e6fd0fe174
1 changed files with 4 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue