mirror of
https://github.com/arsenetar/dupeguru.git
synced 2025-03-09 21:24:36 +00:00
Fixed action menu arrow which was misplaced under os x 10.6.
--HG-- branch : xibless
This commit is contained in:
parent
292d993dce
commit
ad5c4a954c
@ -20,6 +20,7 @@ toolbar.defaultItems = [actionToolItem, optionsToolItem, quicklookToolItem, dire
|
||||
actionPopup = Popup(None)
|
||||
actionPopup.pullsdown = True
|
||||
actionPopup.bezelStyle = const.NSTexturedRoundedBezelStyle
|
||||
actionPopup.arrowPosition = const.NSPopUpArrowAtBottom
|
||||
item = actionPopup.menu.addItem("") # First item is invisible
|
||||
item.hidden = True
|
||||
item.image = 'NSActionTemplate'
|
||||
|
Loading…
x
Reference in New Issue
Block a user