[Libreoffice-commits] core.git: cui/source

Caolán McNamara (via logerrit) logerrit at kemper.freedesktop.org
Mon Jan 18 19:27:30 UTC 2021


 cui/source/options/optaboutconfig.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit aa5fae48f377449dc142f672bc0303ceb3fe371e
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Mon Jan 18 12:01:43 2021 +0000
Commit:     Caolán McNamara <caolanm at redhat.com>
CommitDate: Mon Jan 18 20:26:50 2021 +0100

    tdf#139332 reduce height of expert config dialog
    
    to about the height of help, options
    
    Change-Id: Icf2bebb2f2cc5aabea3e1f702d7095de8c31d726
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109542
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/cui/source/options/optaboutconfig.cxx b/cui/source/options/optaboutconfig.cxx
index fdcef5cf853d..4c8d3d8118a4 100644
--- a/cui/source/options/optaboutconfig.cxx
+++ b/cui/source/options/optaboutconfig.cxx
@@ -141,7 +141,7 @@ CuiAboutConfigTabPage::CuiAboutConfigTabPage(weld::Window* pParent)
     , m_bSorted(false)
 {
     m_xPrefBox->set_size_request(m_xPrefBox->get_approximate_digit_width() * 100,
-                                 m_xPrefBox->get_height_rows(28));
+                                 m_xPrefBox->get_height_rows(23));
     m_xPrefBox->connect_column_clicked(LINK(this, CuiAboutConfigTabPage, HeaderBarClick));
 
     m_xEditBtn->connect_clicked(LINK( this, CuiAboutConfigTabPage, StandardHdl_Impl));


More information about the Libreoffice-commits mailing list