Fix alignement of welcome label

merge-requests/64/head
Hugo Posnic 2016-12-27 21:13:55 +01:00
parent 10d1e02804
commit 3d59ff9839
1 changed files with 1 additions and 1 deletions

View File

@ -67,10 +67,10 @@
<object class="GtkLabel" id="welcomelabel">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="hexpand">True</property>
<property name="label" translatable="yes">Thank you for joining our community!
We, the Manjaro Developers, hope that you will enjoy using Manjaro as much as we enjoy building it. The links below will help you get started with your new operating system. So enjoy the experience, and don't hesitate to send us your feedback.</property>
<property name="justify">fill</property>
<property name="wrap">True</property>
<property name="width_chars">1</property>
<property name="max_width_chars">1</property>