diff options
| author | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-09-16 12:01:07 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-09-16 12:01:07 +0200 |
| commit | d3e21e6050fd8cfde6ff7c68d9f8dfedf7b6301f (patch) | |
| tree | 3e9d76f8f4be7febedbd1dac01f1adc1c4c1b7db /Map/Presentation/Base Components/MapTextEditor/HoverView.swift | |
| parent | 45e5a80ae378a72720114641c39148c199c6332d (diff) | |
Add glass
Diffstat (limited to 'Map/Presentation/Base Components/MapTextEditor/HoverView.swift')
| -rw-r--r-- | Map/Presentation/Base Components/MapTextEditor/HoverView.swift | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Map/Presentation/Base Components/MapTextEditor/HoverView.swift b/Map/Presentation/Base Components/MapTextEditor/HoverView.swift index bd6de42..eeccec3 100644 --- a/Map/Presentation/Base Components/MapTextEditor/HoverView.swift +++ b/Map/Presentation/Base Components/MapTextEditor/HoverView.swift @@ -39,7 +39,6 @@ class HoverView: NSView { private func setupView(message: String, actionLabel: String) { let box = NSBox() box.boxType = .custom - box.borderType = .lineBorder box.cornerRadius = 8 box.borderColor = NSColor.separatorColor box.fillColor = NSColor.controlBackgroundColor |