Browse Source

force fixed table-layout. Without the width auto layout becomes active.


git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198404 13f79535-47bb-0310-9956-ffa450edef68
tags/Root_Temp_KnuthStylePageBreaking
Jeremias Maerki 19 years ago
parent
commit
8f10085a6f
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      test/layoutengine/testcases/table1.xml

+ 1
- 1
test/layoutengine/testcases/table1.xml View File

@@ -30,7 +30,7 @@
</fo:layout-master-set>
<fo:page-sequence master-reference="normal" white-space-collapse="true">
<fo:flow flow-name="xsl-region-body">
<fo:table table-layout="fixed">
<fo:table table-layout="fixed" width="100%">
<fo:table-column column-width="2in"/>
<fo:table-column column-width="3in"/>
<fo:table-body>

Loading…
Cancel
Save