mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-03-10 12:41:34 +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()
|
||||
.orientation(Orientation::Horizontal)
|
||||
.spacing(8)
|
||||
.margin_top(8)
|
||||
.margin_start(8)
|
||||
.margin_end(8)
|
||||
.margin_bottom(8)
|
||||
.margin_start(6)
|
||||
.margin_end(6)
|
||||
.build();
|
||||
|
||||
widget.append(base.widget());
|
||||
|
Loading…
x
Reference in New Issue
Block a user