This commit is contained in:
griffi-gh 2024-03-25 02:06:23 +01:00
parent bfb5bfaa0a
commit f6ea37e402

View file

@ -59,7 +59,7 @@ ui_main!(
Slider::new(0.33) Slider::new(0.33)
.with_size(size!(50%, 30)) .with_size(size!(50%, 30))
.with_track_height(1.) .with_track_height(1.)
.with_handle_size((20., 0.9)) .with_handle_size((20., 1.))
.with_handle(NinePatchFrame::from_asset(*asset).with_color(color::CYAN)) .with_handle(NinePatchFrame::from_asset(*asset).with_color(color::CYAN))
.with_track(NinePatchFrame::from_asset(*asset)) .with_track(NinePatchFrame::from_asset(*asset))
.with_track_active(color::TRANSPARENT) .with_track_active(color::TRANSPARENT)