Skip to content

Commit

Permalink
chore: update ui
Browse files Browse the repository at this point in the history
  • Loading branch information
Decodetalkers committed Nov 8, 2024
1 parent e952fd4 commit 0e4af16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lala_bar/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -985,8 +985,8 @@ impl MultiApplication for LalaMusicBar {
return Command::batch(vec![
Command::done(Message::NewLayerShell {
settings: NewLayerShellSettings {
size: None,
margin: Some((300, 400, 300, 400)),
size: Some((1200, 1000)),
margin: None,

exclusive_zone: None,
anchor: Anchor::Left | Anchor::Bottom | Anchor::Right | Anchor::Top,
Expand Down

0 comments on commit 0e4af16

Please sign in to comment.