diff options
author | Graeme Geldenhuys <graeme@mastermaths.co.za> | 2012-11-22 13:42:08 +0000 |
---|---|---|
committer | Graeme Geldenhuys <graeme@mastermaths.co.za> | 2012-11-22 13:42:08 +0000 |
commit | 078e4ec45bb0296c27c3766534c21a4244d16d61 (patch) | |
tree | 84bb28b75b0d3285c69da8f87d116bfa1d071f37 /docview/components | |
parent | af45f95f16cee22f8f012f706f4d0a42eaeb68fa (diff) | |
download | fpGUI-078e4ec45bb0296c27c3766534c21a4244d16d61.tar.xz |
Fixes the description of the <rightmargin> tag.
Diffstat (limited to 'docview/components')
-rw-r--r-- | docview/components/richtext/README.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docview/components/richtext/README.txt b/docview/components/richtext/README.txt index fd2d3a03..340ef605 100644 --- a/docview/components/richtext/README.txt +++ b/docview/components/richtext/README.txt @@ -63,7 +63,7 @@ Implemented tags: Not implemented yet: <justify> full text justification - <rightmargin xx> Text will begin xx spaces from the left + <rightmargin xx> Text will end xx spaces from the right <defaultalign> Set alignment back to the default RichTextSettings.DefaultAlignment value |