Update gain_gui_vizia for upstream vizia changes
This commit is contained in:
parent
193ec70b8a
commit
151a4ec29e
|
@ -39,9 +39,8 @@ pub(crate) fn create(
|
||||||
|
|
||||||
VStack::new(cx, |cx| {
|
VStack::new(cx, |cx| {
|
||||||
Label::new(cx, "Gain GUI")
|
Label::new(cx, "Gain GUI")
|
||||||
.font_family(vec![FamilyOwned::Name(String::from(
|
.font_family(vec![FamilyOwned::Name(String::from(assets::NOTO_SANS))])
|
||||||
assets::NOTO_SANS_THIN,
|
.font_weight(FontWeightKeyword::Thin)
|
||||||
))])
|
|
||||||
.font_size(30.0)
|
.font_size(30.0)
|
||||||
.height(Pixels(50.0))
|
.height(Pixels(50.0))
|
||||||
.child_top(Stretch(1.0))
|
.child_top(Stretch(1.0))
|
||||||
|
|
Loading…
Reference in a new issue