diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-10-14 20:34:27 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-10-17 16:06:26 +0100 |
commit | 239847102b632a4976f50d99b38b3c79b95e56aa (patch) | |
tree | 4eb06f2a30302de393dc369b2ecd361201f5bf7d | |
parent | 091674746028e0c34a6a9e91e6dc05471487f873 (diff) |
expand horizontall
Change-Id: Ibf3234882ede575bc517a8079ecd3a82334c81bf
-rw-r--r-- | sw/uiconfig/sw/ui/20872.ui | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/uiconfig/sw/ui/20872.ui b/sw/uiconfig/sw/ui/20872.ui index 879e210e8ee1..8e4d764f264d 100644 --- a/sw/uiconfig/sw/ui/20872.ui +++ b/sw/uiconfig/sw/ui/20872.ui @@ -110,12 +110,14 @@ <object class="GtkGrid" id="grid1"> <property name="visible">True</property> <property name="can_focus">False</property> + <property name="hexpand">True</property> <property name="row_spacing">10</property> <property name="column_spacing">10</property> <child> <object class="GtkLabel" id="17"> <property name="visible">True</property> <property name="can_focus">False</property> + <property name="hexpand">True</property> <property name="xalign">0</property> <property name="label" translatable="yes">Numbering followed by</property> </object> |