You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the slider jumps alot when sliding it to the end, since the label changes a lot in size very quickly.
This makes it practically impossible to properly set the value at the end of the slider.
For my purpose, I do not want a label anyways, since the value itself provides little use to the user (its a scroll sensitivity setting).
Is there a way to hide the label?
Since others might want to keep the label, a solution to avoid the jumping might be useful to them.
Demo:
The text was updated successfully, but these errors were encountered:
When adding a Setting using a DoubleSliderControl like
this.preferencesFx = PreferencesFx.of(Test.class, Category.of( "Title", Setting.of( "Test2", new SimpleDoubleProperty(), 1, 100, 10 ) ) );
the slider jumps alot when sliding it to the end, since the label changes a lot in size very quickly.
This makes it practically impossible to properly set the value at the end of the slider.
For my purpose, I do not want a label anyways, since the value itself provides little use to the user (its a scroll sensitivity setting).
Is there a way to hide the label?
Since others might want to keep the label, a solution to avoid the jumping might be useful to them.
Demo:
The text was updated successfully, but these errors were encountered: