cairo: Fix rendering of wide titles for GUI rendering.
authorBen Pfaff <blp@cs.stanford.edu>
Sat, 30 Oct 2010 03:12:00 +0000 (20:12 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Sat, 30 Oct 2010 03:12:21 +0000 (20:12 -0700)
The width of the title was not being taken into account in calculating the
size of a table_item in the code path used by the GUI, so titles wider
than their tables were truncated at the width of the table.  This commit
fixes the problem.


No differences found