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.
resize-border-width
1 parent 8b21796 commit 89c26fdCopy full SHA for 89c26fd
docs/astro/src/content/docs/reference/window/window.mdx
@@ -56,6 +56,14 @@ The window icon shown in the title bar or the task bar on window managers suppor
56
Whether the window should be borderless/frameless or not.
57
</SlintProperty>
58
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
+
67
### title
68
<SlintProperty propName="title" typeName="string">
69
The window title that is shown in the title bar.
0 commit comments