mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
update margin
This commit is contained in:
parent
faac9c60fe
commit
cd6d4ade9e
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ impl Control {
|
||||||
const MARGIN: i32 = 8;
|
const MARGIN: i32 = 8;
|
||||||
Box::builder()
|
Box::builder()
|
||||||
.halign(Align::End)
|
.halign(Align::End)
|
||||||
.margin_bottom(MARGIN)
|
.margin_bottom(MARGIN / 2)
|
||||||
.orientation(Orientation::Horizontal)
|
.orientation(Orientation::Horizontal)
|
||||||
.spacing(MARGIN)
|
.spacing(MARGIN)
|
||||||
.build()
|
.build()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue