We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 799ba13 commit 120edaaCopy full SHA for 120edaa
docs/window.md
@@ -18,7 +18,7 @@ We try to keep this class similar to Electron's known [`BrowserWindow`](https://
18
19
#### win.getBounds() `Windows` `macOS`
20
21
-- Returns [`Rectangle`](#object-rectangle)
+Returns [`Rectangle`](#object-rectangle)
22
23
#### win.setBounds(bounds: Rectangle) `Windows` `macOS`
24
@@ -30,7 +30,7 @@ window.setBounds({ height: 50 });
30
31
#### win.getTitle() `Windows` `macOS`
32
33
-- Returns `string`
+Returns `string`
34
35
#### win.show() `Windows`
36
@@ -94,4 +94,4 @@ Returns `Window`
94
95
- `size` number - can be `16`, `32`, `64` or `256`. By default it's `64`.
96
97
-Returns a png Buffer
+Returns a png Buffer
0 commit comments