update margin

This commit is contained in:
yggverse 2025-02-07 20:44:30 +02:00
parent faac9c60fe
commit cd6d4ade9e

View file

@ -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()