Fix typo and set max width on views bar

This commit is contained in:
Veronica Berglyd Olsen
2022-05-17 20:22:39 +02:00
parent 301d81f987
commit ae2b5d4403
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ class GuiLipsum(QDialog):
# Form
self.headLabel = QLabel("<b>{0}</b>".format(self.tr("Insert Lorem Ipsum Text")))
self.paraLabel = QLabel(self.tr("Number of pragraphs"))
self.paraLabel = QLabel(self.tr("Number of paragraphs"))
self.paraCount = QSpinBox()
self.paraCount.setMinimum(1)
self.paraCount.setMaximum(100)