feat: add step size configuration

This commit is contained in:
2025-02-04 09:23:53 +03:00
parent 19b0ff5405
commit 64d072a1af
2 changed files with 22 additions and 10 deletions

View File

@@ -69,7 +69,8 @@ impl eframe::App for KnobExample {
)
.with_size(50.0)
.with_font_size(14.0)
.with_stroke_width(3.0),
.with_stroke_width(3.0)
.with_step(0.1),
);
ui.add(