-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Resize composeWindow when contents change (#18)
* Resize composeWindow when contents change Before we used a fixed height window with a transparent background to mimic resizing the window. This lead to problems with box shadows showing up behind the full height window and the transparent part not being clickable. This new approach resizes the composeWindow to fit the contents. * Bump version number to 1.4.7
- Loading branch information
1 parent
a065248
commit 04f1b1e
Showing
5 changed files
with
25 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "WIP", | ||
"description": "Menubar app for WIP", | ||
"version": "1.4.6", | ||
"version": "1.4.7", | ||
"author": "Marc Köhlbrugge <[email protected]>", | ||
"bugs": { | ||
"url": "https://github.com/marckohlbrugge/wip-menubar/issues" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters