Set relative width to 6 over 12
authorThierry Florac <thierry.florac@onf.fr>
Fri, 07 Sep 2018 17:23:51 +0200
changeset 137 2e2015661809
parent 136 06dae6db642a
child 138 d39947a2130b
Set relative width to 6 over 12
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)