Fix alignement of welcome label
parent
10d1e02804
commit
3d59ff9839
|
@ -67,10 +67,10 @@
|
||||||
<object class="GtkLabel" id="welcomelabel">
|
<object class="GtkLabel" id="welcomelabel">
|
||||||
<property name="visible">True</property>
|
<property name="visible">True</property>
|
||||||
<property name="can_focus">False</property>
|
<property name="can_focus">False</property>
|
||||||
<property name="hexpand">True</property>
|
|
||||||
<property name="label" translatable="yes">Thank you for joining our community!
|
<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>
|
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="wrap">True</property>
|
||||||
<property name="width_chars">1</property>
|
<property name="width_chars">1</property>
|
||||||
<property name="max_width_chars">1</property>
|
<property name="max_width_chars">1</property>
|
||||||
|
|
Loading…
Reference in New Issue