Skip to content

Commit

Permalink
Adjust contentBounds description on readme and doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavou committed Aug 9, 2024
1 parent c16e6f3 commit 600c6b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export type WindowsResult = {
platform: 'windows';

/**
Content position and size without Nonclient Area
Window content position and size, which excludes the title bar, menu bar, and frame.
*/
contentBounds: {
x: number;
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Returns a `Promise<object>` with the result, or `Promise<undefined>` if there is
- `y` *(number)*
- `width` *(number)*
- `height` *(number)*
- `contentBounds` *(Object)* - Client position and size without Nonclient Area *(Windows only)*
- `contentBounds` *(Object)* - Window content position and size, which excludes the title bar, menu bar, and frame *(Windows only)*
- `x` *(number)*
- `y` *(number)*
- `width` *(number)*
Expand Down

0 comments on commit 600c6b8

Please sign in to comment.