diff options
author | Yousuf Philips <philipz85@hotmail.com> | 2015-10-19 20:38:44 +0400 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-10-22 16:02:46 +0000 |
commit | f5cf8524f9bc4c19064aee6b31202aefcf43a659 (patch) | |
tree | 76875e66f945765cc3afe1079fb80aec9ffe6938 | |
parent | 4898efa1b7e6b4624a19cdb69b9bf70ac7c39e16 (diff) |
tdf83825 Vertically center left and right margin labels
Change-Id: I583fc112333df6af3898b03f632780538b5f046f
Reviewed-on: https://gerrit.libreoffice.org/19469
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
-rw-r--r-- | cui/uiconfig/ui/pageformatpage.ui | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cui/uiconfig/ui/pageformatpage.ui b/cui/uiconfig/ui/pageformatpage.ui index 5b1d826a0a45..81d376a0ebb5 100644 --- a/cui/uiconfig/ui/pageformatpage.ui +++ b/cui/uiconfig/ui/pageformatpage.ui @@ -434,6 +434,7 @@ <property name="visible">True</property> <property name="can_focus">False</property> <property name="orientation">vertical</property> + <property name="valign">center</property> <child> <object class="GtkLabel" id="labelRightMargin"> <property name="can_focus">False</property> @@ -475,6 +476,7 @@ <property name="visible">True</property> <property name="can_focus">False</property> <property name="orientation">vertical</property> + <property name="valign">center</property> <child> <object class="GtkLabel" id="labelLeftMargin"> <property name="can_focus">False</property> |