From 01f1e1724af29d944d9d13686ec2a01b0d9ff2ec Mon Sep 17 00:00:00 2001 From: Lucas Schwiderski Date: Wed, 15 Mar 2023 16:45:13 +0100 Subject: [PATCH] feat(dtmm): Adjust icon spacing --- crates/dtmm/src/ui/window/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"), );