diff --git a/cocoa/base/ui/directory_panel.py b/cocoa/base/ui/directory_panel.py index f7a106c7..291ce57a 100644 --- a/cocoa/base/ui/directory_panel.py +++ b/cocoa/base/ui/directory_panel.py @@ -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