feat(dtmm): Adjust icon spacing
This commit is contained in:
parent
c38909db22
commit
01f1e1724a
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ fn build_top_bar() -> impl Widget<State> {
|
|||
|state: &State, _| state.dirty,
|
||||
Flex::row()
|
||||
.with_child(icon)
|
||||
.with_spacer(1.)
|
||||
.with_spacer(3.)
|
||||
.with_child(Label::new("Deploy Mods")),
|
||||
Label::new("Deploy Mods"),
|
||||
);
|
||||
|
|
Loading…
Add table
Reference in a new issue