Make it pretty. #69
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ fn build_top_bar() -> impl Widget<State> {
|
||||||
|state: &State, _| state.dirty,
|
|state: &State, _| state.dirty,
|
||||||
Flex::row()
|
Flex::row()
|
||||||
.with_child(icon)
|
.with_child(icon)
|
||||||
.with_spacer(1.)
|
.with_spacer(3.)
|
||||||
.with_child(Label::new("Deploy Mods")),
|
.with_child(Label::new("Deploy Mods")),
|
||||||
Label::new("Deploy Mods"),
|
Label::new("Deploy Mods"),
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Reference in a new issue