[POS-commit] r3874 - stoqlib/trunk/stoqlib/reporting/base

Henrique Romano henrique at async.com.br
Fri Jul 7 11:00:22 BRT 2006


Author: henrique
Date: Fri Jul  7 11:00:22 2006
New Revision: 3874

Modified:
   stoqlib/trunk/stoqlib/reporting/base/default_style.py

Log:
Define indents



Modified: stoqlib/trunk/stoqlib/reporting/base/default_style.py
==============================================================================
--- stoqlib/trunk/stoqlib/reporting/base/default_style.py	(original)
+++ stoqlib/trunk/stoqlib/reporting/base/default_style.py	Fri Jul  7 11:00:22 2006
@@ -99,7 +99,9 @@
 STYLE_SHEET.add(ParagraphStyle(
     "TableCell",
     parent=STYLE_SHEET["Normal"],
-    alignment=TA_LEFT))
+    alignment=TA_LEFT,
+    leftIndent=2,
+    rightIndent=2,))
 
 # This is a total padding preview used to calculate the expanded width for the
 # columns:


More information about the POS-commit mailing list