mirror of
https://github.com/arabianq/pipewire-soundpad.git
synced 2026-04-28 06:21:23 +00:00
fix: changed position slider step from 1.0 to 0.01
now it looks fine when playing short files
This commit is contained in:
+1
-1
@@ -130,7 +130,7 @@ impl SoundpadGui {
|
||||
0.0..=self.audio_player_state.duration,
|
||||
)
|
||||
.show_value(false)
|
||||
.step_by(1.0);
|
||||
.step_by(0.01);
|
||||
|
||||
let default_slider_width = ui.spacing().slider_width;
|
||||
let position_slider_width = ui.available_width()
|
||||
|
||||
Reference in New Issue
Block a user