| commit | 7dbdcf31cd6af9bc9f2f3db57a6e020ddd767bfb | [log] |
|---|---|---|
| author | Julien Nabet <serval2412@yahoo.fr> | Sun Aug 07 22:17:18 2022 +0200 |
| committer | Michael Stahl <michael.stahl@allotropia.de> | Wed Aug 17 10:06:29 2022 +0200 |
| tree | 40a36034b8477d9646a68815d784a4279fb22d35 | |
| parent | 8e9bc34c0555ed09e2f996a949dc9cf9e028beac [diff] |
Related tdf#82087: hyphenation: allow 1 character at line begin The default "Characters at line begin" value is still 2 in Paragraph Styles->Text Flow, but now it's possible to set 1, too. See end of comment here: https://bugs.documentfoundation.org/show_bug.cgi?id=82087#c22 Change-Id: Ib10e8a919715666214c7e4ac19f1506f111a6519 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137937 Tested-by: Jenkins Tested-by: László Németh <nemeth@numbertext.org> Reviewed-by: László Németh <nemeth@numbertext.org> (cherry picked from commit 13971f0619192deb3f1f1cf5ff30f9671ed25a38) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/138288 Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
diff --git a/cui/uiconfig/ui/textflowpage.ui b/cui/uiconfig/ui/textflowpage.ui index 507557ab..1be6c04 100644 --- a/cui/uiconfig/ui/textflowpage.ui +++ b/cui/uiconfig/ui/textflowpage.ui
@@ -21,7 +21,7 @@ <property name="page_increment">10</property> </object> <object class="GtkAdjustment" id="adjustment4"> <property name="lower">2</property> <property name="lower">1</property> <property name="upper">9</property> <property name="value">2</property> <property name="step_increment">1</property>