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

New commits:
commit a191dc755c7e529488ab1a172a208db2c16754d3
Author:     andreas kainz <kain...@gmail.com>
AuthorDate: Fri Oct 2 08:15:36 2020 +0200
Commit:     Andreas Kainz <kain...@gmail.com>
CommitDate: Fri Oct 2 09:47:51 2020 +0200

    tdf#137032 make tools-> options sidebar wider
    
    Change-Id: I7f41cfe4458c50b4671b227f026bbdc2b0e33b93
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103808
    Tested-by: Jenkins
    Reviewed-by: Andreas Kainz <kain...@gmail.com>

diff --git a/cui/source/options/treeopt.cxx b/cui/source/options/treeopt.cxx
index 209f5d3d9384..8ec8a0b3d252 100644
--- a/cui/source/options/treeopt.cxx
+++ b/cui/source/options/treeopt.cxx
@@ -490,7 +490,7 @@ void OfaTreeOptionsDialog::InitWidgets()
     aSize.setHeight((weld::GetMinimumEditHeight() + 6) * 14);
 #endif
     xTabBox->set_size_request(aSize.Width(), aSize.Height());
-    xTreeLB->set_size_request(xTreeLB->get_approximate_digit_width() * 30, 
aSize.Height());
+    xTreeLB->set_size_request(xTreeLB->get_approximate_digit_width() * 35, 
aSize.Height());
 }
 
 // Ctor() with Frame -----------------------------------------------------
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to