Ignore:
Timestamp:
21 Jun 2013, 15:42:30 (11 years ago)
Author:
Henrik Bettermann
Message:

Condense application slip a bit more.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/browser/pdf.py

    r10328 r10333  
    9191    fontName='Helvetica',
    9292    fontSize=10,
     93    leading=9,
    9394    )
    9495
     
    700701        if twoDataCols is True and lines > 2:
    701702            table_left = Table(table_data[:middle],
    702                                style=table_style, colWidths=[4*cm, 5*cm])
     703                               style=table_style, colWidths=[3*cm, 6.3*cm])
    703704            table_right = Table(table_data[middle:],
    704                                 style=table_style, colWidths=[4*cm, 5*cm])
    705             table_style.append(('LEFTPADDING', (0,0), (0,-1), 3.147*cm),)
     705                                style=table_style, colWidths=[3*cm, 6.3*cm])
     706            table_style.append(('LEFTPADDING', (0,0), (0,-1), 1.2*cm),)
    706707            table = Table([[table_left, table_right],],style=table_style)
    707708            return table
Note: See TracChangeset for help on using the changeset viewer.