Improvements to FS.

This commit is contained in:
2025-02-07 23:35:51 -08:00
parent 5075329813
commit ab305f7acf
5 changed files with 13 additions and 56 deletions

View File

@@ -54,8 +54,7 @@ class SearchViewController: NSViewController, NSTextFieldDelegate, NSPopoverDele
private var contentView: NSView = {
let view = NSView()
// Clip all content to window's rounded frame emulated by
// backgroundView.
// Clip all content to window's rounded frame emulated by backgroundView.
view.wantsLayer = true
view.layer?.masksToBounds = true
view.layer?.cornerRadius = windowCornerRadius