Change pages labels position

merge-requests/64/head
Huluti 2016-12-04 23:14:46 +01:00
parent cf27a8cfda
commit bb87aa6c2b
1 changed files with 3 additions and 0 deletions

View File

@ -435,6 +435,7 @@ We, the Manjaro Developers, hope that you will enjoy using Manjaro as much as we
<object class="GtkLabel" id="readmetext"> <object class="GtkLabel" id="readmetext">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
<property name="valign">start</property>
<property name="margin_left">10</property> <property name="margin_left">10</property>
<property name="margin_right">10</property> <property name="margin_right">10</property>
<property name="margin_top">10</property> <property name="margin_top">10</property>
@ -472,6 +473,7 @@ We, the Manjaro Developers, hope that you will enjoy using Manjaro as much as we
<object class="GtkLabel" id="releasetext"> <object class="GtkLabel" id="releasetext">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
<property name="valign">start</property>
<property name="margin_left">10</property> <property name="margin_left">10</property>
<property name="margin_right">10</property> <property name="margin_right">10</property>
<property name="margin_top">10</property> <property name="margin_top">10</property>
@ -532,6 +534,7 @@ We, the Manjaro Developers, hope that you will enjoy using Manjaro as much as we
<object class="GtkLabel" id="involvedtext"> <object class="GtkLabel" id="involvedtext">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
<property name="valign">start</property>
<property name="margin_left">10</property> <property name="margin_left">10</property>
<property name="margin_right">10</property> <property name="margin_right">10</property>
<property name="margin_top">10</property> <property name="margin_top">10</property>