summaryrefslogtreecommitdiff
path: root/cui
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2022-07-29 10:00:59 +0200
committerLászló Németh <nemeth@numbertext.org>2022-08-07 16:55:48 +0200
commit569fb42dab88cc9e1a392271a34879afa9d7cc5b (patch)
tree44bb293efdd3b47b76245b3068813c145322b0af /cui
parent47cd7055ba076275dbe6d8d502dd00feae82ad50 (diff)
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 <nemeth@numbertext.org> Reviewed-by: László Németh <nemeth@numbertext.org>
Diffstat (limited to 'cui')
-rw-r--r--cui/uiconfig/ui/textflowpage.ui2
1 files changed, 1 insertions, 1 deletions
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>