[Commits] (jed) Removed grid lines in Table block class.
commits at osafoundation.org
commits at osafoundation.org
Thu Aug 5 17:41:46 PDT 2004
Commit by: jed
Modified files:
chandler/parcels/osaf/framework/blocks/ControlBlocks.py 1.93 1.94
Log message:
Removed grid lines in Table block class.
ViewCVS links:
http://cvs.osafoundation.org/index.cgi/chandler/parcels/osaf/framework/blocks/ControlBlocks.py.diff?r1=text&tr1=1.93&r2=text&tr2=1.94
Index: chandler/parcels/osaf/framework/blocks/ControlBlocks.py
diff -u chandler/parcels/osaf/framework/blocks/ControlBlocks.py:1.93 chandler/parcels/osaf/framework/blocks/ControlBlocks.py:1.94
--- chandler/parcels/osaf/framework/blocks/ControlBlocks.py:1.93 Thu Aug 5 15:01:35 2004
+++ chandler/parcels/osaf/framework/blocks/ControlBlocks.py Thu Aug 5 17:41:44 2004
@@ -1,5 +1,5 @@
-__version__ = "$Revision: 1.93 $"
-__date__ = "$Date: 2004/08/05 22:01:35 $"
+__version__ = "$Revision: 1.94 $"
+__date__ = "$Date: 2004/08/06 00:41:44 $"
__copyright__ = "Copyright (c) 2003 Open Source Applications Foundation"
__license__ = "http://osafoundation.org/Chandler_0.1_license_terms.htm"
@@ -382,6 +382,7 @@
self.SetRowLabelSize(0)
self.AutoSizeRows()
+ self.EnableGridLines(False)
self.SetCellHighlightPenWidth(0)
self.SetDefaultRenderer (ImageRenderer())
More information about the Commits
mailing list