Brought back multiple selection in the folder selection outline.

It mistakenly went away in the xibless conversion.
This commit is contained in:
Virgil Dupras 2012-08-01 11:54:05 -04:00
parent f992599beb
commit 5247ac8abd
1 changed files with 3 additions and 0 deletions

View File

@ -42,6 +42,9 @@ col.editable = True
col.autoResizable = False
col.dataCell = Popup(None, ["Normal", "Reference", "Excluded"])
col.dataCell.controlSize = const.NSSmallControlSize
directoryOutline.allowsColumnReordering = False
directoryOutline.allowsColumnSelection = False
directoryOutline.allowsMultipleSelection = True
for button in (addButton, removeButton):
button.width = 28