diff --git a/crates/dtmm/src/ui/window/main.rs b/crates/dtmm/src/ui/window/main.rs index 8fe62d4..d4244fe 100644 --- a/crates/dtmm/src/ui/window/main.rs +++ b/crates/dtmm/src/ui/window/main.rs @@ -57,7 +57,7 @@ fn build_top_bar() -> impl Widget { |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"), );