OpenDocument writer: small amendment to #5095.

Level one lists should start at 0.5in rather than 0.75in.
(At least this is how LibreOffice behaves for me with a new
document.)
This commit is contained in:
John MacFarlane 2018-11-22 22:02:08 -05:00
parent 2e1366b3e0
commit c9691b91df
2 changed files with 190 additions and 190 deletions

View file

@ -601,7 +601,7 @@ orderedListLevelStyle (s,n, d) (l,ls) =
listLevelStyle :: Int -> Doc
listLevelStyle i =
let indent = show (0.5 + (0.25 * fromIntegral i :: Double)) in
let indent = show (0.25 + (0.25 * fromIntegral i :: Double)) in
inTags True "style:list-level-properties"
[ ("text:list-level-position-and-space-mode",
"label-alignment")

File diff suppressed because it is too large Load diff