Remove alignments in arguments for format statements

This commit is contained in:
Veronica Berglyd Olsen
2021-06-25 23:20:15 +02:00
parent e1dcfaa1e3
commit 0575f89ae9
11 changed files with 65 additions and 68 deletions
+5 -5
View File
@@ -223,7 +223,7 @@ class GuiPreferencesGeneral(QWidget):
self.tr("Font family"),
self.guiFont,
self.tr("Changing this requires restarting novelWriter."),
theButton = self.fontButton
theButton=self.fontButton
)
# Font Size
@@ -236,7 +236,7 @@ class GuiPreferencesGeneral(QWidget):
self.tr("Font size"),
self.guiFontSize,
self.tr("Changing this requires restarting novelWriter."),
theUnit = self.tr("pt")
theUnit=self.tr("pt")
)
# GUI Settings
@@ -512,7 +512,7 @@ class GuiPreferencesDocuments(QWidget):
self.tr("Font family"),
self.textFont,
self.tr("Font for the document editor and viewer."),
theButton = self.fontButton
theButton=self.fontButton
)
# Font Size
@@ -525,7 +525,7 @@ class GuiPreferencesDocuments(QWidget):
self.tr("Font size"),
self.textSize,
self.tr("Font size for the document editor and viewer."),
theUnit = self.tr("pt")
theUnit=self.tr("pt")
)
# Text Flow
@@ -788,7 +788,7 @@ class GuiPreferencesEditor(QWidget):
self.tr("Minimum position for Typewriter scrolling"),
self.autoScrollPos,
self.tr("Percentage of the editor height from the top."),
theUnit = "%"
theUnit="%"
)
return