Skip to content

Commit

Permalink
Increase notification padding
Browse files Browse the repository at this point in the history
  • Loading branch information
SRichner committed Feb 21, 2024
1 parent 623579a commit 9136d83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/electron/electron/main/services/WindowService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export class WindowService {
width: windowWidth,
height: windowHeight,
x: width - windowWidth - windowPadding,
y: 20 + windowPadding,
y: 20 + windowPadding * 2,
show: false,
opacity: 0,
frame: false,
Expand Down

0 comments on commit 9136d83

Please sign in to comment.