Changeset 4262

Show
Ignore:
Timestamp:
07/09/08 13:51:00 (5 months ago)
Author:
nate
Message:

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.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/ide/ClassDesignerControlMixin.py

    r4257 r4262  
    693693                    "values" : ["Automatic", "Left", "Center", "Right"]}, 
    694694                "VerticalAlignment" : {"type" : list, "readonly" : False, 
    695                         "values" : ["Automatic", "Top", "Middle", "Bottom"]}, 
     695                        "values" : ["Top", "Center", "Bottom"]}, 
    696696                "Editable": {"type" : bool, "readonly" : False}, 
    697697                "Expand": {"type" : bool, "readonly" : False},