mirror of
https://github.com/griffi-gh/hUI.git
synced 2024-11-22 07:08:42 -06:00
aaa
This commit is contained in:
parent
7b4772ca94
commit
edb7305d7e
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue