mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-03 10:23:32 +00:00
parent
2df0b8bf20
commit
a3e7623f53
2 changed files with 4 additions and 4 deletions
|
@ -6,7 +6,7 @@ description: HorizontalBox api.
|
|||
|
||||
import Link from '/src/components/Link.astro';
|
||||
|
||||
A `HorizontalBox` is a <Link type="HorizontalLayout" /> where instead of
|
||||
having values that default to `0`, the spacing and padding values instead.
|
||||
A `HorizontalBox` is a <Link type="HorizontalLayout" /> where the spacing and padding
|
||||
values depend on the style instead of defaulting to 0.
|
||||
|
||||
See also <Link type="VerticalBox"/>.
|
||||
|
|
|
@ -6,7 +6,7 @@ description: VerticalBox api.
|
|||
|
||||
import Link from '/src/components/Link.astro';
|
||||
|
||||
A `VerticalBox` is a <Link type="VerticalLayout"/> where instead of having
|
||||
values that default to `0`, the spacing and padding values instead.
|
||||
A `VerticalBox` is a <Link type="VerticalLayout"/> where the spacing and padding
|
||||
values depend on the style instead of defaulting to 0.
|
||||
|
||||
See also <Link type="HorizontalBox"/>.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue