-
I have a slider that i want to be able to move precisely, so i want it to be long (on the screen). |
Beta Was this translation helpful? Give feedback.
Answered by
galoomba1
Apr 21, 2021
Replies: 2 comments 3 replies
-
You can use https://docs.rs/egui/0.11.0/egui/struct.Ui.html#method.add_sized or https://docs.rs/egui/0.11.0/egui/style/struct.Spacing.html#structfield.slider_width |
Beta Was this translation helpful? Give feedback.
3 replies
-
This works #177 (comment) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
galoomba1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This works #177 (comment)