Fix def variable alignment

This commit is contained in:
Jon Tibble 2009-09-21 20:57:36 +01:00
parent 44ee6c3a4f
commit f1901a653e
1 changed files with 2 additions and 2 deletions

View File

@ -136,8 +136,8 @@ class MediaManagerItem(QtGui.QWidget):
self.Toolbar = OpenLPToolbar(self)
self.PageLayout.addWidget(self.Toolbar)
def addToolbarButton(self, title, tooltip, icon, slot=None,
objectname=None):
def addToolbarButton(
self, title, tooltip, icon, slot=None, objectname=None):
"""
A method to help developers easily add a button to the toolbar.