mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-03-10 20:51:45 +00:00
remove vertical margins, reduce horizontal
This commit is contained in:
parent
c86149a429
commit
2b898d9b47
@ -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…
x
Reference in New Issue
Block a user