officecfg/registry/schema/org/openoffice/Office/Writer.xcs | 2 +- sw/qa/extras/uiwriter/uiwriter8.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
New commits: commit cf9d8631ee5d4b894425446a9e6a8c939ab0309c Author: Samuel Mehrbrodt <samuel.mehrbr...@allotropia.de> AuthorDate: Mon Jan 8 14:51:02 2024 +0100 Commit: Samuel Mehrbrodt <samuel.mehrbr...@allotropia.de> CommitDate: Thu Jan 11 14:01:47 2024 +0100 Related tdf#73953 Increase default comment width Now that it can be resized, we can use a bit more space to increase readability for longer comments, and to match other software. Change-Id: Ia994d7288986a5cb206070b5066c42b59a9980e3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161788 Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt <samuel.mehrbr...@allotropia.de> diff --git a/officecfg/registry/schema/org/openoffice/Office/Writer.xcs b/officecfg/registry/schema/org/openoffice/Office/Writer.xcs index ead842b58e91..22f1481286b9 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Writer.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Writer.xcs @@ -4916,7 +4916,7 @@ <info> <desc>Defines the width of the comment bar in Writer. Factor between 1 and 8.</desc> </info> - <value>1.8</value> + <value>3.0</value> <constraints> <minInclusive oor:value="1"/> <maxInclusive oor:value="8"/> diff --git a/sw/qa/extras/uiwriter/uiwriter8.cxx b/sw/qa/extras/uiwriter/uiwriter8.cxx index 4aebc11b237a..ecf8e2f9bf80 100644 --- a/sw/qa/extras/uiwriter/uiwriter8.cxx +++ b/sw/qa/extras/uiwriter/uiwriter8.cxx @@ -765,7 +765,7 @@ CPPUNIT_TEST_FIXTURE(SwUiWriterTest8, testTdf152575) std::unique_ptr<vcl::pdf::PDFiumPage> pPdfPage = pPdfDocument->openPage(/*nIndex=*/1); CPPUNIT_ASSERT(pPdfPage); // Without the fix for tdf#152575 this would be only 42 objects - CPPUNIT_ASSERT_EQUAL(51, pPdfPage->getObjectCount()); + CPPUNIT_ASSERT_EQUAL(50, pPdfPage->getObjectCount()); } CPPUNIT_TEST_FIXTURE(SwUiWriterTest8, testTdf140731)