mirror of
https://github.com/arsenetar/dupeguru.git
synced 2025-03-10 05:34:36 +00:00
Brought back multiple selection in the folder selection outline.
It mistakenly went away in the xibless conversion.
This commit is contained in:
parent
f992599beb
commit
5247ac8abd
@ -42,6 +42,9 @@ col.editable = True
|
|||||||
col.autoResizable = False
|
col.autoResizable = False
|
||||||
col.dataCell = Popup(None, ["Normal", "Reference", "Excluded"])
|
col.dataCell = Popup(None, ["Normal", "Reference", "Excluded"])
|
||||||
col.dataCell.controlSize = const.NSSmallControlSize
|
col.dataCell.controlSize = const.NSSmallControlSize
|
||||||
|
directoryOutline.allowsColumnReordering = False
|
||||||
|
directoryOutline.allowsColumnSelection = False
|
||||||
|
directoryOutline.allowsMultipleSelection = True
|
||||||
|
|
||||||
for button in (addButton, removeButton):
|
for button in (addButton, removeButton):
|
||||||
button.width = 28
|
button.width = 28
|
||||||
|
Loading…
x
Reference in New Issue
Block a user