cui/uiconfig/ui/textflowpage.ui |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 569fb42dab88cc9e1a392271a34879afa9d7cc5b
Author:     Julien Nabet <serval2...@yahoo.fr>
AuthorDate: Fri Jul 29 10:00:59 2022 +0200
Commit:     László Németh <nem...@numbertext.org>
CommitDate: Sun Aug 7 16:55:48 2022 +0200

    tdf#82087: hyphenation: allow 1 character at line end for Greek
    
    Greek and Ancient Greek allow hyphenation after the first letter,
    e.g. ό-νειρο. The default "Characters at line end" value is still 2
    in Paragraph Styles->Text Flow, but now it's possible to set 1, too.
    
    Change-Id: If1e197a57dc32f8359e6b813d8fbe429e41cf5fe
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137583
    Tested-by: László Németh <nem...@numbertext.org>
    Reviewed-by: László Németh <nem...@numbertext.org>

diff --git a/cui/uiconfig/ui/textflowpage.ui b/cui/uiconfig/ui/textflowpage.ui
index 496f22f05619..507557ab12ce 100644
--- a/cui/uiconfig/ui/textflowpage.ui
+++ b/cui/uiconfig/ui/textflowpage.ui
@@ -3,7 +3,7 @@
 <interface domain="cui">
   <requires lib="gtk+" version="3.20"/>
   <object class="GtkAdjustment" id="adjustment1">
-    <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>

Reply via email to