dabo Commit
Revision 6117
Date: 2010-10-18 17:01:30 -0700 (Mon, 18 Oct 2010)
Author: Ed
Trac: http://trac.dabodev.com/changeset/6117

Changed:
U   trunk/ide/ClassDesignerControlMixin.py

Log:
Turns out that changing 'ShowColumnLabels' to 'ShowHeaders' for grids works 
fine, so I'm making the change now.


Diff:
Modified: trunk/ide/ClassDesignerControlMixin.py
===================================================================
--- trunk/ide/ClassDesignerControlMixin.py      2010-10-18 20:17:29 UTC (rev 
6116)
+++ trunk/ide/ClassDesignerControlMixin.py      2010-10-19 00:01:30 UTC (rev 
6117)
@@ -763,7 +763,7 @@
                                        "values": ["Cell", "Row", "Column"]},
                                "Sortable": {"type": bool, "readonly": False},
                                "ShowCellBorders":{"type": bool, "readonly": 
False},
-                               "ShowColumnLabels":{"type": bool, "readonly": 
False},
+                               "ShowHeaders":{"type": bool, "readonly": False},
                                "ShowRowLabels": {"type": bool, "readonly": 
False}}
                imageProps = {"ScaleMode": {"type": list, "readonly": False,
                                        "values": ["Clip", "Proportional", 
"Stretch"]}}



_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message: 
http://leafe.com/archives/byMID/[email protected]

Reply via email to