1
0

plugins: fix buttons insertion

This commit is contained in:
Roman Zeyde
2015-03-30 17:14:27 +03:00
parent e2225ce17e
commit a6a4200c51
2 changed files with 2 additions and 2 deletions

View File

@@ -85,7 +85,7 @@ class Plugin(BasePlugin):
self.sender = self._send(parent=dialog, blob=blob)
self.sender.start()
b.clicked.connect(handler)
dialog.buttons.insertWidget(1, b)
dialog.buttons.insert(0, b)
@hook
def scan_text_edit(self, parent):