diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-10-15 17:13:01 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-10-15 20:51:41 +0200 |
commit | 6cfbec5f561929e020b68f5a79738d38c0806cd4 (patch) | |
tree | 9430a5b1005c641f971e0e2eddf29133edd5f861 /cui/source | |
parent | ee97b5108daaf2d931c28064f5a00fa46c886ebb (diff) |
database options page too tall
Change-Id: I79ce30e2254980994e64764525efc307c1a79db1
Reviewed-on: https://gerrit.libreoffice.org/80852
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'cui/source')
-rw-r--r-- | cui/source/options/dbregister.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/options/dbregister.cxx b/cui/source/options/dbregister.cxx index 0cf15071adf8..171e3f869ecc 100644 --- a/cui/source/options/dbregister.cxx +++ b/cui/source/options/dbregister.cxx @@ -90,7 +90,7 @@ DbRegistrationOptionsPage::DbRegistrationOptionsPage(weld::Container* pPage, wel , m_xIter(m_xPathBox->make_iterator()) { Size aControlSize(m_xPathBox->get_approximate_digit_width() * 60, - m_xPathBox->get_height_rows(35)); + m_xPathBox->get_height_rows(12)); m_xPathBox->set_size_request(aControlSize.Width(), aControlSize.Height()); std::vector<int> aWidths; |