mirror of
https://github.com/fergalmoran/picard.git
synced 2026-04-28 23:31:18 +00:00
Add back the separator; I still don't see it in lubuntu, but I didn't intend to remove it.
This commit is contained in:
@@ -301,6 +301,7 @@ class BaseTreeView(QtGui.QTreeWidget):
|
||||
plugin_menus = {}
|
||||
plugin_menus['default'] = { '__MENU': plugin_menu }
|
||||
plugin_menu.setIcon(self.panel.icon_plugins)
|
||||
menu.addSeparator()
|
||||
menu.addMenu(plugin_menu)
|
||||
|
||||
for action in plugin_actions:
|
||||
|
||||
Reference in New Issue
Block a user