feat(dtmm): Adjust icon spacing

This commit is contained in:
Lucas Schwiderski 2023-03-15 16:45:13 +01:00
parent c38909db22
commit 01f1e1724a
Signed by: lucas
GPG key ID: AA12679AAA6DF4D8

View file

@ -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"),
);