mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-03-10 20:51:45 +00:00
add bottom margin
This commit is contained in:
parent
50f56c68f4
commit
5f47253057
@ -57,6 +57,7 @@ impl Navigation {
|
|||||||
.spacing(8)
|
.spacing(8)
|
||||||
.margin_start(6)
|
.margin_start(6)
|
||||||
.margin_end(6)
|
.margin_end(6)
|
||||||
|
.margin_bottom(6)
|
||||||
.build();
|
.build();
|
||||||
|
|
||||||
widget.append(base.widget());
|
widget.append(base.widget());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user