mirror of
https://github.com/electron/electron.git
synced 2026-01-09 23:48:01 -05:00
docs: update roundedCorners documentation (#49195)
This commit is contained in:
@@ -102,9 +102,9 @@
|
|||||||
* `trafficLightPosition` [Point](point.md) (optional) _macOS_ -
|
* `trafficLightPosition` [Point](point.md) (optional) _macOS_ -
|
||||||
Set a custom position for the traffic light buttons in frameless windows.
|
Set a custom position for the traffic light buttons in frameless windows.
|
||||||
* `roundedCorners` boolean (optional) _macOS_ _Windows_ - Whether frameless window
|
* `roundedCorners` boolean (optional) _macOS_ _Windows_ - Whether frameless window
|
||||||
should have rounded corners. Default is `true`. Setting this property
|
should have rounded corners. Default is `true`. On Windows versions older than
|
||||||
to `false` will prevent the window from being fullscreenable on macOS.
|
Windows 11 Build 22000 this property has no effect, and frameless windows will
|
||||||
On Windows versions older than Windows 11 Build 22000 this property has no effect, and frameless windows will not have rounded corners.
|
not have rounded corners.
|
||||||
* `thickFrame` boolean (optional) _Windows_ - Use `WS_THICKFRAME` style for
|
* `thickFrame` boolean (optional) _Windows_ - Use `WS_THICKFRAME` style for
|
||||||
frameless windows on Windows, which adds the standard window frame. Setting it
|
frameless windows on Windows, which adds the standard window frame. Setting it
|
||||||
to `false` will remove window shadow and window animations, and disable window
|
to `false` will remove window shadow and window animations, and disable window
|
||||||
|
|||||||
Reference in New Issue
Block a user