dabo Commit
Revision 4262
Date: 2008-07-09 13:51:00 -0700 (Wed, 09 Jul 2008)
Author: Nate
Trac: http://svn.dabodev.com/trac/dabo/changeset/4262

Changed:
U   trunk/ide/ClassDesignerControlMixin.py

Log:
In a dColumn, the acceptable values for the verticalAlignment property are 
"Top", "Center", and "Bottom".  Corrected the class designer choices to reflect 
the acceptable values.

Diff:
Modified: trunk/ide/ClassDesignerControlMixin.py
===================================================================
--- trunk/ide/ClassDesignerControlMixin.py      2008-07-09 20:48:53 UTC (rev 
4261)
+++ trunk/ide/ClassDesignerControlMixin.py      2008-07-09 20:51:00 UTC (rev 
4262)
@@ -692,7 +692,7 @@
                                "HorizontalAlignment": {"type" : list, 
"readonly" : False,
                                        "values" : ["Automatic", "Left", 
"Center", "Right"]},
                                "VerticalAlignment" : {"type" : list, 
"readonly" : False,
-                                               "values" : ["Automatic", "Top", 
"Middle", "Bottom"]},
+                                               "values" : ["Top", "Center", 
"Bottom"]},
                                "Editable": {"type" : bool, "readonly" : False},
                                "Expand": {"type" : bool, "readonly" : False},
                                "Searchable": {"type" : bool, "readonly" : 
False},




_______________________________________________
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