diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2022-08-07 22:17:18 +0200 |
---|---|---|
committer | László Németh <nemeth@numbertext.org> | 2022-08-16 14:32:53 +0200 |
commit | 13971f0619192deb3f1f1cf5ff30f9671ed25a38 (patch) | |
tree | 8edb22f7cc2778e90ef17e4bd8a1b449dd972018 /cui/uiconfig | |
parent | d0ab89cd8b8b705689b432c1ea630501c7745264 (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>
Diffstat (limited to 'cui/uiconfig')
-rw-r--r-- | cui/uiconfig/ui/textflowpage.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/uiconfig/ui/textflowpage.ui b/cui/uiconfig/ui/textflowpage.ui index 507557ab12ce..1be6c04228b5 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> |