forked from openlp/openlp
fixed long line
This commit is contained in:
parent
e0b862a897
commit
53fe9666d2
@ -140,7 +140,8 @@ class BibleMediaItem(MediaManagerItem):
|
|||||||
self.quickLayout.addWidget(self.quickLayoutComboBox, 3, 1, 1, 2)
|
self.quickLayout.addWidget(self.quickLayoutComboBox, 3, 1, 1, 2)
|
||||||
self.quickClearLabel = QtGui.QLabel(self.quickTab)
|
self.quickClearLabel = QtGui.QLabel(self.quickTab)
|
||||||
self.quickClearLabel.setObjectName(u'quickClearLabel')
|
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,
|
self.quickClearComboBox = media_item_combo_box(self.quickTab,
|
||||||
u'quickClearComboBox')
|
u'quickClearComboBox')
|
||||||
self.quickLayout.addWidget(self.quickClearComboBox, 4, 1, 1, 2)
|
self.quickLayout.addWidget(self.quickClearComboBox, 4, 1, 1, 2)
|
||||||
|
Loading…
Reference in New Issue
Block a user