diff options
Diffstat (limited to 'Map/Presentation/Base Components')
| -rw-r--r-- | Map/Presentation/Base Components/MapTextEditor.swift | 1 |
1 files changed, 1 insertions, 0 deletions
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 } |