Skip to content

Commit

Permalink
Fix FOP A4 page size.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/ofbiz/trunk@1624538 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
adrian-crum committed Sep 12, 2014
1 parent ab8be4c commit 78d6e0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/common/webcommon/includes/fo/pm-iso216.fo.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ under the License.
</fo:simple-page-master>

<fo:simple-page-master master-name="iso216-landscape"
page-width="210mm" page-height="297mm"
page-width="297mm" page-height="210mm"
margin-top="15mm" margin-bottom="15mm"
margin-left="20mm" margin-right="20mm">
<fo:region-body margin-top="25mm" margin-bottom="12mm"/>
Expand Down

0 comments on commit 78d6e0a

Please sign in to comment.