mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-16 06:05:58 -06:00
RichText: Fixed margin formatting in debug mode in EncodeHTML
git-svn-id: svn://ultimatepp.org/upp/trunk@11229 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
5e236102e0
commit
4bf99ce7ef
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ String HtmlParaStyle(const RichPara::Format& f, Zoom z)
|
|||
// style << ";list-style-position:inside;";
|
||||
lm += 20;
|
||||
}
|
||||
style << Format("margin:%dpx %dpx %dpx %dpx;text-indent:%dpx;",
|
||||
style << Format("margin:%d`px %d`px %d`px %d`px;text-indent:%d`px;",
|
||||
z * f.before,
|
||||
z * f.rm,
|
||||
z * f.after,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue