Skip to content

Commit f9af992

Browse files
committed
fix issue 1 (indent problem)
1 parent 5baf816 commit f9af992

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rogudators_speech_bubble_generator/rogudators_speech_bubble_generator.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ def __init__(self):
133133
tailSliderAndSpinBox.addWidget(self.tailSlider)
134134
self.tailSpinBox = QSpinBox(self)
135135
self.tailSpinBox.setMinimum(0)
136-
self.tailSpinBox.setMaximum(self.speechFontSize.value()*10)
136+
self.tailSpinBox.setMaximum(self.speechFontSize.value()*10)
137137
tailSliderAndSpinBox.addWidget(self.tailSpinBox)
138138
tailSize.setLayout(tailSliderAndSpinBox)
139139
mainLayout.addWidget(tailSize)

0 commit comments

Comments
 (0)