Changeset 402

Show
Ignore:
Timestamp:
Sat May 17 23:52:27 2008
Author:
Brian
Message:

Change column widths so they will display better on the mac

Files:

Legend:

Unmodified
Added
Removed
Modified
  • scripts/trunk/Install/Install Task Baseline.py

    r401 r402  
    25 25     rt = { 'Name': 'Task' }   
    26 26     ct = [  
    27       { 'Name': 'BaseStartDate', 'Label': 'Base\nStart Date', 'DataType': 'd', 'AccessType': 'd', 'T': 'A', 'Edit': True,  'Width': 60  },  
      27     { 'Name': 'BaseStartDate', 'Label': 'Base\nStart Date', 'DataType': 'd', 'AccessType': 'd', 'T': 'A', 'Edit': True,  'Width': 70  },  
    27 27     { 'Name': 'BaseStartHour', 'Label': 'Base\nStart Hour', 'DataType': 'i', 'AccessType': 'd', 'T': 'A', 'Edit': True,  'Width': 60  },  
    28       { 'Name': 'BaseEndDate', 'Label': 'Base\nEnd Date', 'DataType': 'd', 'AccessType': 'd', 'T': 'A', 'Edit': True,  'Width': 60  },  
      28     { 'Name': 'BaseEndDate', 'Label': 'Base\nEnd Date', 'DataType': 'd', 'AccessType': 'd', 'T': 'A', 'Edit': True,  'Width': 70  },  
    28 28     { 'Name': 'BaseEndHour', 'Label': 'Base\nEnd Hour', 'DataType': 'i', 'AccessType': 'd', 'T': 'A', 'Edit': True,  'Width': 60  },  
    29 29         ]  
  • scripts/trunk/Install/Install Task Actuals.py

    r398 r402  
    26 26     ct = [  
    27 27     # this first is already installed (but this makes it narrower)  
    28       { 'Name': 'ActualStartDate', 'Label': 'Actual\nStart Date', 'DataType': 'd', 'AccessType': 'd', 'T': 'A', 'Edit': True,  'Width': 60  },  
      28     { 'Name': 'ActualStartDate', 'Label': 'Actual\nStart Date', 'DataType': 'd', 'AccessType': 'd', 'T': 'A', 'Edit': True,  'Width': 70  },  
    28 28     { 'Name': 'ActualStartHour', 'Label': 'Actual\nStart Hour', 'DataType': 'i', 'AccessType': 'd', 'T': 'A', 'Edit': True,  'Width': 60  },  
    29       { 'Name': 'ActualEndDate', 'Label': 'Actual\nEnd Date', 'DataType': 'd', 'AccessType': 'd', 'T': 'A', 'Edit': True,  'Width': 60  },  
      29     { 'Name': 'ActualEndDate', 'Label': 'Actual\nEnd Date', 'DataType': 'd', 'AccessType': 'd', 'T': 'A', 'Edit': True,  'Width': 70  },  
    29 29     { 'Name': 'ActualEndHour', 'Label': 'Actual\nEnd Hour', 'DataType': 'i', 'AccessType': 'd', 'T': 'A', 'Edit': True,  'Width': 60  },  
    30 30         ]