Separate the sync toggles from the other buttons

This commit is contained in:
Kovid Goyal 2013-11-19 11:21:37 +05:30
parent 96c1243515
commit 55a3c77f18

View File

@ -423,6 +423,8 @@ class Preview(QWidget):
self.sync_toggled(ac.isChecked())
self.bar.addAction(ac)
self.bar.addSeparator()
ac = actions['reload-preview']
ac.triggered.connect(self.refresh)
self.bar.addAction(ac)