Changeset 4089

Show
Ignore:
Timestamp:
05/21/08 19:09:06 (6 months ago)
Author:
ed
Message:

Added the DefaultSpacing? property to the Class Designer for sizers.

Files:

Legend:

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

    r4086 r4089  
    11611161                "DefaultBorderTop": {"type" : bool, "readonly" : False}, 
    11621162                "DefaultBorderBottom": {"type" : bool, "readonly" : False}, 
     1163                "DefaultSpacing": {"type" : int, "readonly" : False}, 
    11631164                "SlotCount" : {"type": int, "readonly" : False}} 
    11641165        # Add the controlling sizer props, if applicable