mirror of
https://github.com/electron/electron.git
synced 2026-01-09 15:38:08 -05:00
fix: use valid markdown syntax in browser-window.md to fix docs linter
This commit is contained in:
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user