mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 09:35:28 +00:00
add bottom margin
This commit is contained in:
parent
50f56c68f4
commit
5f47253057
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue