diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-08-22 21:42:24 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-09-28 08:48:37 +0100 |
commit | fcdf78fc9f0165ba42415d9a703aefc6da4a3b37 (patch) | |
tree | 02e564bc731aa7d9abe487f99f88893424e81d96 | |
parent | 08079bd1df02221e211582316201dac84a57c5dd (diff) |
we need to set hexpand now that it's implemented to fill the dialog
Change-Id: Ib054f474a197c7cab6cd0d4b8ab650f4c78d1e79
-rw-r--r-- | sw/uiconfig/sw/ui/20872.ui | 1 | ||||
-rw-r--r-- | sw/uiconfig/sw/ui/20876.ui | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sw/uiconfig/sw/ui/20872.ui b/sw/uiconfig/sw/ui/20872.ui index 21d85382ffd5..d30d99b9bc72 100644 --- a/sw/uiconfig/sw/ui/20872.ui +++ b/sw/uiconfig/sw/ui/20872.ui @@ -100,6 +100,7 @@ <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">0</property> + <property name="hexpand">True</property> <property name="label" translatable="yes">Numbering followed by</property> </object> <packing> diff --git a/sw/uiconfig/sw/ui/20876.ui b/sw/uiconfig/sw/ui/20876.ui index 5f06d723752e..3959035ac31d 100644 --- a/sw/uiconfig/sw/ui/20876.ui +++ b/sw/uiconfig/sw/ui/20876.ui @@ -76,6 +76,7 @@ <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">0</property> + <property name="hexpand">True</property> <property name="label" translatable="yes">Paragraph Style</property> </object> <packing> |