From e59dcf2bcf7841ebe6f3d85ec3ec03319b261da4 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Mon, 7 Jul 2025 16:52:28 +0200 Subject: More localization keys, font editor preferences, better new file --- Map/Presentation/Base Components/MapTextEditor.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Map/Presentation/Base Components/MapTextEditor.swift') diff --git a/Map/Presentation/Base Components/MapTextEditor.swift b/Map/Presentation/Base Components/MapTextEditor.swift index b247047..5c7d74c 100644 --- a/Map/Presentation/Base Components/MapTextEditor.swift +++ b/Map/Presentation/Base Components/MapTextEditor.swift @@ -71,7 +71,7 @@ class MapTextEditorController: NSViewController { textView.textStorage?.delegate = self textView.string = self.text textView.isEditable = true - textView.font = .monospacedSystemFont(ofSize: 16.0, weight: .regular) + textView.font = NSFont.Theme.Editor.regular textView.textContainerInset = NSSize(width: 0, height: Dimensions.Spacing.coziest) self.view = scrollView } -- cgit