Skip to content

Commit e29c1a7

Browse files
committed
Bring back window shadow on widget panel
1 parent f33605c commit e29c1a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Core/Sources/SuggestionWidget/SuggestionWidgetController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public final class SuggestionWidgetController {
7373
it.isOpaque = false
7474
it.backgroundColor = .clear
7575
it.level = .floating
76-
it.hasShadow = false
76+
it.hasShadow = true
7777
it.contentView = NSHostingView(
7878
rootView: SuggestionPanelView(viewModel: suggestionPanelViewModel)
7979
)

0 commit comments

Comments
 (0)