Commit 16f50eb
authored
Update Sample_09_Tables.php - Fix Wrong Sizes in Sample
I don't know how this was effecting other writers, but in RTF, "B" and "C" were the same width, resulting in "D" being below "1" and "2" and "3" being in its own column.
This was due to the following:
"B" -> 1000 width, gridspan 2
"C" -> 1000 width
"D" -> 1000 width
The chart shows C and D below B, but this wasn't possible because C + D was double the width of B. This has been fixed.1 parent 0ab0b49 commit 16f50eb
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
128 | | - | |
129 | | - | |
| 128 | + | |
| 129 | + | |
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
| |||
0 commit comments