Corrected a label in Preferences
This commit is contained in:
@@ -490,9 +490,8 @@ class GuiConfigEditLayoutTab(QWidget):
|
|||||||
self.tabWidth.setSingleStep(1)
|
self.tabWidth.setSingleStep(1)
|
||||||
self.tabWidth.setValue(self.mainConf.tabWidth)
|
self.tabWidth.setValue(self.mainConf.tabWidth)
|
||||||
self.mainForm.addRow(
|
self.mainForm.addRow(
|
||||||
"Editor tab width",
|
"Document tab width",
|
||||||
self.tabWidth,
|
self.tabWidth,
|
||||||
"This feature requires Qt 5.9 or later.",
|
|
||||||
theUnit="px"
|
theUnit="px"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user