Create bypass button on Diopser GUI
This commit is contained in:
parent
52130373a3
commit
b8f43ad1fe
|
@ -87,13 +87,9 @@ fn top_bar(cx: &mut Context) {
|
||||||
.border_color(Color::rgb(0x0a, 0x0a, 0x0a))
|
.border_color(Color::rgb(0x0a, 0x0a, 0x0a))
|
||||||
.border_width(Pixels(1.0));
|
.border_width(Pixels(1.0));
|
||||||
|
|
||||||
Element::new(cx)
|
ParamButton::new(cx, Data::params, |params| ¶ms.bypass)
|
||||||
.width(Pixels(80.0))
|
.for_bypass()
|
||||||
.height(Pixels(30.0))
|
.left(Pixels(10.0));
|
||||||
.left(Pixels(10.0))
|
|
||||||
.background_color(Color::rgb(0xea, 0xea, 0xea))
|
|
||||||
.border_color(Color::rgb(0x0a, 0x0a, 0x0a))
|
|
||||||
.border_width(Pixels(1.0));
|
|
||||||
})
|
})
|
||||||
.child_space(Pixels(10.0))
|
.child_space(Pixels(10.0))
|
||||||
.left(Stretch(1.0));
|
.left(Stretch(1.0));
|
||||||
|
|
Loading…
Reference in a new issue