diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-06-21 16:06:02 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-06-21 16:09:24 +0100 |
commit | ee5c49c9d1eeef842ca4fc181f962236b32a20ce (patch) | |
tree | 3fdbece976db0bfff311f9c219684c10316d4cb3 /sfx2 | |
parent | bfbdb2d4f443fc13e10ec33d112bd0c23584b658 (diff) |
center buttons vertically
Change-Id: Ibe2aea7608a85b169ffc26a83912b58b06a3473d
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/uiconfig/ui/documentinfopage.ui | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sfx2/uiconfig/ui/documentinfopage.ui b/sfx2/uiconfig/ui/documentinfopage.ui index eeccbd04ec58..280997969608 100644 --- a/sfx2/uiconfig/ui/documentinfopage.ui +++ b/sfx2/uiconfig/ui/documentinfopage.ui @@ -230,6 +230,7 @@ <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="no_show_all">True</property> + <property name="valign">center</property> </object> <packing> <property name="left_attach">2</property> @@ -244,6 +245,7 @@ <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> + <property name="valign">center</property> <property name="use_underline">True</property> </object> <packing> @@ -381,6 +383,7 @@ <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> + <property name="valign">center</property> <property name="use_underline">True</property> </object> <packing> |