Skip to content
Snippets Groups Projects
Commit 05f60216 authored by Arnaud HEMMERLE's avatar Arnaud HEMMERLE
Browse files

Change nb of characters to split in two lines in Title and Remarks.

parent a584a570
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,8 @@
- Message at start when a folder is missing is clearer.
- Change nb of characters to split in two lines in Title and Remarks.
## v3.1.2
- Update LICENCE, CONTRIBUTORS, docs.
......
......@@ -27,7 +27,7 @@ def display_widgets_form():
# Avoid having a line larger than the page
# Max number of characters allowed by line
max_length = 70
max_length = 50
title_split = dw['title'].value.split(' ')
title_blocks = []
......
......@@ -48,7 +48,7 @@ def display_widgets_insert_text():
if dw['level'].value == 'Remark':
# Max number of characters allowed by line
max_length = 60
max_length = 50
text_split = text_to_print.split(' ')
text_blocks = []
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment