mirror of
https://github.com/obsqrbtz/egui_knob.git
synced 2026-04-08 20:19:17 +03:00
feat: add step size configuration
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user