forked from openlp/openlp
Leading whitespace
This commit is contained in:
parent
f3a8c45bd2
commit
e0a85a668b
@ -88,7 +88,7 @@ class TestUi(TestCase):
|
|||||||
"""
|
"""
|
||||||
# GIVEN: A dialog
|
# GIVEN: A dialog
|
||||||
dialog = QtGui.QDialog()
|
dialog = QtGui.QDialog()
|
||||||
|
|
||||||
# WHEN: We create the button
|
# WHEN: We create the button
|
||||||
btn = create_button(dialog, 'my_btn')
|
btn = create_button(dialog, 'my_btn')
|
||||||
|
|
||||||
@ -120,7 +120,7 @@ class TestUi(TestCase):
|
|||||||
"""
|
"""
|
||||||
# GIVEN: A dialog
|
# GIVEN: A dialog
|
||||||
dialog = QtGui.QDialog()
|
dialog = QtGui.QDialog()
|
||||||
|
|
||||||
# WHEN: We create the widgets
|
# WHEN: We create the widgets
|
||||||
label, combo = create_valign_selection_widgets(dialog)
|
label, combo = create_valign_selection_widgets(dialog)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user