aboutsummaryrefslogtreecommitdiff
path: root/Map/Presentation/Base Components/MapTextEditor/HoverView.swift
diff options
context:
space:
mode:
authorRuben Beltran del Rio <git@r.bdr.sh>2025-09-16 12:01:07 +0200
committerRuben Beltran del Rio <git@r.bdr.sh>2025-09-16 12:01:07 +0200
commitd3e21e6050fd8cfde6ff7c68d9f8dfedf7b6301f (patch)
tree3e9d76f8f4be7febedbd1dac01f1adc1c4c1b7db /Map/Presentation/Base Components/MapTextEditor/HoverView.swift
parent45e5a80ae378a72720114641c39148c199c6332d (diff)
Add glass
Diffstat (limited to 'Map/Presentation/Base Components/MapTextEditor/HoverView.swift')
-rw-r--r--Map/Presentation/Base Components/MapTextEditor/HoverView.swift1
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