<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -397,6 +397,13 @@ module PDF
           row_height = row.collect { |cell| cell.height }.compact.max
           row.each { |cell| cell.height = row_height }
         end
+
+        if @headers
+          row_height = @headers.collect { |cell| cell.height }.compact.max
+          self.headers.each_with_index do |cell, col_idx|
+            cell.height = row_height
+          end
+        end
       end
 
       # the main smarts behind deciding on the width of each column. If possible,</diff>
      <filename>lib/pdf/wrapper/table.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>0d9c048ba6503bac0665747da78204eb6222d247</id>
    </parent>
  </parents>
  <author>
    <name>James Healy</name>
    <email>jimmy@deefa.com</email>
  </author>
  <url>http://github.com/yob/pdf-wrapper/commit/49aea64e5cf5c9acf49596314cca468b3e58aea6</url>
  <id>49aea64e5cf5c9acf49596314cca468b3e58aea6</id>
  <committed-date>2009-10-14T22:31:44-07:00</committed-date>
  <authored-date>2009-10-14T22:31:44-07:00</authored-date>
  <message>ensure header cell heights are uniform</message>
  <tree>fa1b2ba00a71f481afa74c5a3f0416fea67deaf8</tree>
  <committer>
    <name>James Healy</name>
    <email>jimmy@deefa.com</email>
  </committer>
</commit>
