dabo Commit
Revision 4257
Date: 2008-07-08 14:56:55 -0700 (Tue, 08 Jul 2008)
Author: Nate
Trac: http://svn.dabodev.com/trac/dabo/changeset/4257

Changed:
U   trunk/ide/ClassDesignerControlMixin.py

Log:
Added the Alignment property for a dLabel to the properties sheet of the Class 
Designer.

Diff:
Modified: trunk/ide/ClassDesignerControlMixin.py
===================================================================
--- trunk/ide/ClassDesignerControlMixin.py      2008-07-08 21:19:03 UTC (rev 
4256)
+++ trunk/ide/ClassDesignerControlMixin.py      2008-07-08 21:56:55 UTC (rev 
4257)
@@ -747,7 +747,9 @@
                                "ShowRowLabels" : {"type" : bool, "readonly" : 
False}}
                imageProps = {"ScaleMode" : {"type" : list, "readonly" : False,
                                        "values" : ["Clip", "Proportional", 
"Stretch"]}}
-               labelProps = {"AutoResize": {"type" : bool, "readonly" : False}}
+               labelProps = {"Alignment": {"type": list, "readonly": False,
+                               "values": ["Left", "Center", "Right"]},
+                               "AutoResize": {"type" : bool, "readonly" : 
False}}
                multiSelectProps = {"MultipleSelect": {"type" : bool, 
"readonly" : False}}
                nodeProps = {"Image": {"type" : "path", "readonly" : False, 
                                        "customEditor": "editStdPicture"}}




_______________________________________________
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