forked from openlp/openlp
fixed spelling
This commit is contained in:
parent
620d858d68
commit
3414763fff
@ -377,7 +377,7 @@ class SingleColumnTableWidget(QtGui.QTableWidget):
|
|||||||
"""
|
"""
|
||||||
def __init__(self, parent):
|
def __init__(self, parent):
|
||||||
"""
|
"""
|
||||||
Constrctor
|
Constructor
|
||||||
"""
|
"""
|
||||||
QtGui.QTableWidget.__init__(self, parent)
|
QtGui.QTableWidget.__init__(self, parent)
|
||||||
self.horizontalHeader().setVisible(False)
|
self.horizontalHeader().setVisible(False)
|
||||||
|
Loading…
Reference in New Issue
Block a user