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;
|
||||
Box::builder()
|
||||
.halign(Align::End)
|
||||
.margin_bottom(MARGIN)
|
||||
.margin_bottom(MARGIN / 2)
|
||||
.orientation(Orientation::Horizontal)
|
||||
.spacing(MARGIN)
|
||||
.build()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue