[Libreoffice-commits] core.git: cui/source
andreas kainz (via logerrit)
logerrit at kemper.freedesktop.org
Fri Oct 2 07:48:32 UTC 2020
cui/source/options/treeopt.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit a191dc755c7e529488ab1a172a208db2c16754d3
Author: andreas kainz <kainz.a at gmail.com>
AuthorDate: Fri Oct 2 08:15:36 2020 +0200
Commit: Andreas Kainz <kainz.a at 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 <kainz.a at 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 -----------------------------------------------------
More information about the Libreoffice-commits
mailing list