diff options
author | andreas kainz <kainz.a@gmail.com> | 2020-10-02 08:15:36 +0200 |
---|---|---|
committer | Andreas Kainz <kainz.a@gmail.com> | 2020-10-02 09:47:51 +0200 |
commit | a191dc755c7e529488ab1a172a208db2c16754d3 (patch) | |
tree | 4329fed28e7cf4f35105d93404b02cde1c8312b6 /cui | |
parent | 647958099600923d9ba3a57101891f62de326f4b (diff) |
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@gmail.com>
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/options/treeopt.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 ----------------------------------------------------- |