mirror of
https://github.com/RGBCube/serenity
synced 2025-05-16 15:34:58 +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
|
|
}
|
|
```
|