diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-12-12 16:24:45 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-12-12 21:56:44 +0100 |
commit | dac33e465a19f0cdd8b8450ca1631cb3e09d771f (patch) | |
tree | ee3364b22c80161d0945613abadf805602e8e572 /dbaccess/uiconfig | |
parent | ab9ac0fc697f57f0804dea03812dd2adfd99794b (diff) |
Resolves: tdf#128972 limit width of combobox of recently-used
in the wizard so that the end of the combobox is available and the
dialog isn't oversized.
the user can resize the window to see more of the text of the recently-used
Change-Id: Ic0b8d6c6e8840052e8f20e9f9a13d44140efde85
Reviewed-on: https://gerrit.libreoffice.org/85069
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'dbaccess/uiconfig')
-rw-r--r-- | dbaccess/uiconfig/ui/generalpagewizard.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/uiconfig/ui/generalpagewizard.ui b/dbaccess/uiconfig/ui/generalpagewizard.ui index 32a666a71db9..029fc1adf94d 100644 --- a/dbaccess/uiconfig/ui/generalpagewizard.ui +++ b/dbaccess/uiconfig/ui/generalpagewizard.ui @@ -153,7 +153,7 @@ <object class="GtkComboBoxText" id="documentList"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="halign">start</property> + <property name="hexpand">True</property> </object> <packing> <property name="expand">False</property> |