Fix cursor width text in preferences
This commit is contained in:
@@ -529,8 +529,8 @@ class GuiPreferences(NDialog):
|
|||||||
self.cursorWidth.setSingleStep(1)
|
self.cursorWidth.setSingleStep(1)
|
||||||
self.cursorWidth.setValue(CONFIG.cursorWidth)
|
self.cursorWidth.setValue(CONFIG.cursorWidth)
|
||||||
self.mainForm.addRow(
|
self.mainForm.addRow(
|
||||||
self.tr("Cursor Width"), self.cursorWidth,
|
self.tr("Cursor width"), self.cursorWidth,
|
||||||
self.tr("The width of the editor cursor."),
|
self.tr("The width of the text cursor of the editor."),
|
||||||
unit=self.tr("px")
|
unit=self.tr("px")
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user