Changeset 4257

Show
Ignore:
Timestamp:
07/08/08 14:56:55 (1 month ago)
Author:
nate
Message:

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

Files:

Legend:

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

    r4142 r4257  
    748748        imageProps = {"ScaleMode" : {"type" : list, "readonly" : False, 
    749749                    "values" : ["Clip", "Proportional", "Stretch"]}} 
    750         labelProps = {"AutoResize": {"type" : bool, "readonly" : False}} 
     750        labelProps = {"Alignment": {"type": list, "readonly": False, 
     751                "values": ["Left", "Center", "Right"]}, 
     752                "AutoResize": {"type" : bool, "readonly" : False}} 
    751753        multiSelectProps = {"MultipleSelect": {"type" : bool, "readonly" : False}} 
    752754        nodeProps = {"Image": {"type" : "path", "readonly" : False,