Skip to content

Commit

Permalink
feat: enable shadows by default for undecorated window on Windows (#732)
Browse files Browse the repository at this point in the history
  • Loading branch information
amrbashir authored May 9, 2023
1 parent c608217 commit 90ce80c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changes/windows-undecorated-shadow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"tao": "minor"
---

Enable shadows by default for undecorated window on Windows.
2 changes: 1 addition & 1 deletion src/platform_impl/windows/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ impl Default for PlatformSpecificWindowBuilderAttributes {
drag_and_drop: true,
preferred_theme: None,
skip_taskbar: false,
decoration_shadow: false,
decoration_shadow: true,
}
}
}
Expand Down

0 comments on commit 90ce80c

Please sign in to comment.