Kaydet (Commit) c3780d73 authored tarafından Yousuf Philips's avatar Yousuf Philips Kaydeden (comit) Andras Timar

tdf83825 Vertically center left and right margin labels

Change-Id: I583fc112333df6af3898b03f632780538b5f046f
Reviewed-on: https://gerrit.libreoffice.org/19469Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarCaolán McNamara <caolanm@redhat.com>
Tested-by: 's avatarCaolán McNamara <caolanm@redhat.com>
(cherry picked from commit f5cf8524)
Reviewed-on: https://gerrit.libreoffice.org/19572Reviewed-by: 's avatarMiklos Vajna <vmiklos@collabora.co.uk>
(cherry picked from commit ce260308)
üst 4822b386
...@@ -434,6 +434,7 @@ ...@@ -434,6 +434,7 @@
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
<property name="orientation">vertical</property> <property name="orientation">vertical</property>
<property name="valign">center</property>
<child> <child>
<object class="GtkLabel" id="labelRightMargin"> <object class="GtkLabel" id="labelRightMargin">
<property name="can_focus">False</property> <property name="can_focus">False</property>
...@@ -475,6 +476,7 @@ ...@@ -475,6 +476,7 @@
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
<property name="orientation">vertical</property> <property name="orientation">vertical</property>
<property name="valign">center</property>
<child> <child>
<object class="GtkLabel" id="labelLeftMargin"> <object class="GtkLabel" id="labelLeftMargin">
<property name="can_focus">False</property> <property name="can_focus">False</property>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment