Skip to content

Commit

Permalink
chore: ui adjust
Browse files Browse the repository at this point in the history
  • Loading branch information
Decodetalkers committed Aug 12, 2024
1 parent 9219665 commit 3b9bdbf
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions lala_bar/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -337,9 +337,14 @@ impl LalaMusicBar {
}
}
view_elements.append(&mut vec![
scrollable(column(btns).spacing(10.))
.height(Length::Fill)
.into(),
Space::with_height(10.).into(),
scrollable(row!(
Space::with_width(10.),
column(btns).spacing(10.),
Space::with_width(10.)
))
.height(Length::Fill)
.into(),
container(checkbox("quite mode", self.quite_mode).on_toggle(Message::QuiteMode))
.width(Length::Fill)
.center_x()
Expand Down

0 comments on commit 3b9bdbf

Please sign in to comment.