mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-07 09:31:53 +00:00
19 lines
200 B
Markdown
19 lines
200 B
Markdown
## Name
|
|
|
|
GML Vertical Box Layout Widget
|
|
|
|
## Description
|
|
|
|
Defines a vertical GUI box layout.
|
|
|
|
## Synopsis
|
|
|
|
`@GUI::VerticalBoxLayout`
|
|
|
|
## Examples
|
|
|
|
```gml
|
|
@GUI::VerticalBoxLayout {
|
|
spacing: 2
|
|
}
|
|
```
|