From c68868d54e45d77b49533c1ffda2970e4f8ab3a7 Mon Sep 17 00:00:00 2001 From: ShootingStarDragons Date: Mon, 7 Oct 2024 11:40:49 +0900 Subject: [PATCH] chore: ui adjust --- lala_bar/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lala_bar/src/main.rs b/lala_bar/src/main.rs index c7fbac6..7cca8fa 100644 --- a/lala_bar/src/main.rs +++ b/lala_bar/src/main.rs @@ -635,7 +635,7 @@ impl LalaMusicBar { let col = row![ toggle_launcher, Space::with_width(Length::Fill), - container(sound_slider).width(700.), + container(sound_slider).width(600.), Space::with_width(Length::Fixed(3.)), self.date_widget(), Space::with_width(Length::Fixed(3.)),