| commit | 3bb8ed02c2832b066d42507567dfb0d3136d5939 | [log] |
|---|---|---|
| author | Caolán McNamara <caolanm@redhat.com> | Thu Jan 14 11:30:05 2021 +0000 |
| committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | Fri Jan 15 13:55:15 2021 +0100 |
| tree | ecc3da612aafce13a8010872f136b42f769daaa5 | |
| parent | 32e104c1d6be0ffe6ed6c4e08af868c87b3c258c [diff] |
tdf#136155 let the other elements in the dialog determine the final width Change-Id: Ib47db4f47a331b1f3754ca4974a9f3e5b14efc95 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109292 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
diff --git a/sc/source/ui/dbgui/sortkeydlg.cxx b/sc/source/ui/dbgui/sortkeydlg.cxx index ec81bda..a5cf6e8 100644 --- a/sc/source/ui/dbgui/sortkeydlg.cxx +++ b/sc/source/ui/dbgui/sortkeydlg.cxx
@@ -19,6 +19,9 @@ ScSortKeyItem::ScSortKeyItem(weld::Container* pParent) , m_xBtnDown(m_xBuilder->weld_radio_button("down")) , m_pParent(pParent) { // tdf#136155 let the other elements in the dialog determine the width of the // combobox m_xLbSort->set_size_request(m_xLbSort->get_approximate_digit_width() * 12, -1); } ScSortKeyItem::~ScSortKeyItem()