fixed long line

This commit is contained in:
Andreas Preikschat 2011-05-01 15:27:19 +02:00
parent e0b862a897
commit 53fe9666d2

View File

@ -140,7 +140,8 @@ class BibleMediaItem(MediaManagerItem):
self.quickLayout.addWidget(self.quickLayoutComboBox, 3, 1, 1, 2)
self.quickClearLabel = QtGui.QLabel(self.quickTab)
self.quickClearLabel.setObjectName(u'quickClearLabel')
self.quickLayout.addWidget(self.quickClearLabel, 4, 0, QtCore.Qt.AlignRight)
self.quickLayout.addWidget(
self.quickClearLabel, 4, 0, QtCore.Qt.AlignRight)
self.quickClearComboBox = media_item_combo_box(self.quickTab,
u'quickClearComboBox')
self.quickLayout.addWidget(self.quickClearComboBox, 4, 1, 1, 2)