# HG changeset patch # User Thierry Florac # Date 1536333831 -7200 # Node ID 2e2015661809563ea2fe12d2de8ba4f99059da5e # Parent 06dae6db642a46302752d4e7f47356ce13b0a06d Set relative width to 6 over 12 diff -r 06dae6db642a -r 2e2015661809 src/pyams_default_theme/component/paragraph/interfaces/verbatim.py --- a/src/pyams_default_theme/component/paragraph/interfaces/verbatim.py Fri Sep 07 16:45:49 2018 +0200 +++ b/src/pyams_default_theme/component/paragraph/interfaces/verbatim.py Fri Sep 07 17:23:51 2018 +0200 @@ -24,7 +24,6 @@ from pyams_default_theme import _ - FRAME_POSITIONS = ( {'id': 'left', 'title': _("Left")}, {'id': 'right', 'title': _("Right")}, @@ -59,4 +58,4 @@ "given as columns count; full width counts for 12 columns"), required=True, values=list(range(1, 13)), - default=4) + default=6)