Skip to content

Commit 89c26fd

Browse files
committed
Docs: restore documentation for resize-border-width
Was removed by mistake in 0d1412a
1 parent 8b21796 commit 89c26fd

File tree

1 file changed

+8
-0
lines changed
  • docs/astro/src/content/docs/reference/window

1 file changed

+8
-0
lines changed

docs/astro/src/content/docs/reference/window/window.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,14 @@ The window icon shown in the title bar or the task bar on window managers suppor
5656
Whether the window should be borderless/frameless or not.
5757
</SlintProperty>
5858

59+
### resize-border-width
60+
<SlintProperty propName="resize-border-width" typeName="length" defaultValue="0">
61+
:::caution[Caution]
62+
This property is `winit` only for now.
63+
:::
64+
Size of the resize border in borderless/frameless windows.
65+
</SlintProperty>
66+
5967
### title
6068
<SlintProperty propName="title" typeName="string">
6169
The window title that is shown in the title bar.

0 commit comments

Comments
 (0)