mirror of
https://github.com/griffi-gh/hUI.git
synced 2024-11-21 22:58:42 -06:00
upd slider
This commit is contained in:
parent
579b7c5484
commit
bd9c3aec81
|
@ -81,7 +81,7 @@ ui_main!(
|
||||||
.with_handle_size((20., 1.))
|
.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(NinePatchFrame::from_asset(*asset).with_color(color::SKY_BLUE))
|
||||||
.on_change(SetValue)
|
.on_change(SetValue)
|
||||||
.add_child(ui);
|
.add_child(ui);
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue