Make it pretty. #69

Merged
lucas merged 3 commits from feat/themes into master 2023-03-15 16:55:48 +01:00
Showing only changes of commit 01f1e1724a - Show all commits

View file

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