Skip to content

Commit

Permalink
feat: change close btn color when hovering
Browse files Browse the repository at this point in the history
This also includes a major cleanup of drawing code
  • Loading branch information
amrbashir committed Mar 5, 2022
1 parent f63ae3f commit 80bca00
Show file tree
Hide file tree
Showing 4 changed files with 177 additions and 204 deletions.
5 changes: 5 additions & 0 deletions .changes/close-btn-hover.md
@@ -0,0 +1,5 @@
---
"win7-notifications": patch
---

Change close button color when mouse is hovering.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -13,7 +13,7 @@ This crate requires a win32 event loop to be running on the thread, otherwise th
- [X] Move old notifications above new ones.
- [X] Sounds
- [X] Shadows
- [ ] Change close button color when mouse hovers.
- [X] Change close button color when mouse hovers.
- [ ] Callbacks for when close button or body of notification is clicked.
- [ ] Account for taskbar size and position
- [ ] Animations
Expand Down

0 comments on commit 80bca00

Please sign in to comment.