From 933078c10e99002c8a5f647e476819f0f1706a14 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Mon, 7 Jul 2025 09:14:56 +0200 Subject: Adjust spacing and add more translation keys --- Map/Presentation/Base Components/MapTextEditor.swift | 1 + 1 file changed, 1 insertion(+) (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 4790a70..fe4a7d6 100644 --- a/Map/Presentation/Base Components/MapTextEditor.swift +++ b/Map/Presentation/Base Components/MapTextEditor.swift @@ -72,6 +72,7 @@ class MapTextEditorController: NSViewController { textView.string = self.text textView.isEditable = true textView.font = .monospacedSystemFont(ofSize: 16.0, weight: .regular) + textView.textContainerInset = NSSize(width: 0, height: Dimensions.Spacing.coziest) self.view = scrollView } -- cgit