mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 17:15:28 +00:00
remove vertical margins, reduce horizontal
This commit is contained in:
parent
c86149a429
commit
2b898d9b47
1 changed files with 2 additions and 4 deletions
|
|
@ -55,10 +55,8 @@ impl Navigation {
|
||||||
let widget = Box::builder()
|
let widget = Box::builder()
|
||||||
.orientation(Orientation::Horizontal)
|
.orientation(Orientation::Horizontal)
|
||||||
.spacing(8)
|
.spacing(8)
|
||||||
.margin_top(8)
|
.margin_start(6)
|
||||||
.margin_start(8)
|
.margin_end(6)
|
||||||
.margin_end(8)
|
|
||||||
.margin_bottom(8)
|
|
||||||
.build();
|
.build();
|
||||||
|
|
||||||
widget.append(base.widget());
|
widget.append(base.widget());
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue