mirror of
https://github.com/JakeStanger/ironbar.git
synced 2024-12-01 17:02:42 +03:00
fix(music): wrong widget name on vol slider
This commit is contained in:
parent
08cfbbc2ea
commit
0cefcbd02b
@ -329,7 +329,7 @@ impl Module<Button> for MusicModule {
|
||||
|
||||
let volume_slider = Scale::with_range(Orientation::Vertical, 0.0, 100.0, 5.0);
|
||||
volume_slider.set_inverted(true);
|
||||
volume_slider.set_widget_name("scale");
|
||||
volume_slider.set_widget_name("slider");
|
||||
|
||||
let volume_icon = Label::new(Some(&self.icons.volume));
|
||||
volume_icon.style_context().add_class("icon");
|
||||
|
Loading…
Reference in New Issue
Block a user