fix: use valid markdown syntax in browser-window.md to fix docs linter
This commit is contained in:
parent
f8f318da93
commit
6b621e203c
1 changed files with 2 additions and 1 deletions
|
@ -864,7 +864,8 @@ height areas you have within the overall content view.
|
|||
Calling this function with a value of `0` will remove any previously set aspect
|
||||
ratios.
|
||||
|
||||
#### `win.setBackgroundColor(backgroundColor)
|
||||
#### `win.setBackgroundColor(backgroundColor)`
|
||||
|
||||
* `backgroundColor` String - Window's background color as a hexadecimal value,
|
||||
like `#66CD00` or `#FFF` or `#80FFFFFF` (alpha is supported if `transparent`
|
||||
is `true`). Default is `#FFF` (white).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue