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

Caolán McNamara (via logerrit) logerrit at kemper.freedesktop.org
Thu Feb 11 19:41:06 UTC 2021


 svx/source/form/navigatortree.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 8fd90cf3b8df45f4e2b4273d9bbec52a88f4751f
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Thu Feb 11 13:11:54 2021 +0000
Commit:     Caolán McNamara <caolanm at redhat.com>
CommitDate: Thu Feb 11 20:40:22 2021 +0100

    tdf#140274 set an initial minimum size
    
    Change-Id: I93f0ac3d63b4864a0a5d98370407f9444b58b75c
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110764
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/svx/source/form/navigatortree.cxx b/svx/source/form/navigatortree.cxx
index 7f55e21897e8..bc9302f41cd5 100644
--- a/svx/source/form/navigatortree.cxx
+++ b/svx/source/form/navigatortree.cxx
@@ -146,6 +146,7 @@ namespace svxform
         ,m_bEditing( false )
     {
         m_xTreeView->set_help_id(HID_FORM_NAVIGATOR);
+        m_xTreeView->set_size_request(200, 200);
 
         m_xTreeView->set_selection_mode(SelectionMode::Multiple);
 


More information about the Libreoffice-commits mailing list