Corrected a label in Preferences

This commit is contained in:
Veronica K. B. Olsen
2020-09-09 21:10:39 +02:00
parent 88d924f784
commit af0937cbcc
+1 -2
View File
@@ -490,9 +490,8 @@ class GuiConfigEditLayoutTab(QWidget):
self.tabWidth.setSingleStep(1)
self.tabWidth.setValue(self.mainConf.tabWidth)
self.mainForm.addRow(
"Editor tab width",
"Document tab width",
self.tabWidth,
"This feature requires Qt 5.9 or later.",
theUnit="px"
)