diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-12-17 14:33:50 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-12-17 14:36:50 +0000 |
commit | 1b0591e934540db3bb31342ccc7849ed49338a96 (patch) | |
tree | 77b3a5658d5b9f361317de684a89a184f71c6d46 /sw | |
parent | 83193b44d08e5c5eb9fbe2262cea5f1d019a2462 (diff) |
Resolves: fdo#58237 set listbox to be expandable
which is currently also a synonym as shrinkable
so the listbox is shrunk to fit.
we do need to get around for forcing widgets to
stay within their available space in boxes (should
work fine in grids)
Change-Id: I38a570b2d59952f3457252c57399e2d6ab9e12c6
Diffstat (limited to 'sw')
-rw-r--r-- | sw/uiconfig/swriter/ui/bibliographyentry.ui | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sw/uiconfig/swriter/ui/bibliographyentry.ui b/sw/uiconfig/swriter/ui/bibliographyentry.ui index e6bb977e166f..aa528c5f7ccc 100644 --- a/sw/uiconfig/swriter/ui/bibliographyentry.ui +++ b/sw/uiconfig/swriter/ui/bibliographyentry.ui @@ -131,11 +131,13 @@ <object class="GtkAlignment" id="alignment1"> <property name="visible">True</property> <property name="can_focus">False</property> + <property name="hexpand">True</property> <property name="left_padding">12</property> <child> <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">6</property> <child> <object class="GtkLabel" id="label2"> @@ -211,6 +213,7 @@ <object class="GtkComboBox" id="entrylb"> <property name="visible">True</property> <property name="can_focus">False</property> + <property name="hexpand">True</property> </object> <packing> <property name="left_attach">0</property> @@ -262,6 +265,7 @@ <object class="GtkEntry" id="entryed"> <property name="visible">True</property> <property name="can_focus">True</property> + <property name="hexpand">True</property> <property name="invisible_char">●</property> </object> <packing> @@ -287,7 +291,7 @@ </child> </object> <packing> - <property name="expand">False</property> + <property name="expand">True</property> <property name="fill">True</property> <property name="position">1</property> </packing> |