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| {
|
||||
Label::new(cx, "Gain GUI")
|
||||
.font_family(vec![FamilyOwned::Name(String::from(
|
||||
assets::NOTO_SANS_THIN,
|
||||
))])
|
||||
.font_family(vec![FamilyOwned::Name(String::from(assets::NOTO_SANS))])
|
||||
.font_weight(FontWeightKeyword::Thin)
|
||||
.font_size(30.0)
|
||||
.height(Pixels(50.0))
|
||||
.child_top(Stretch(1.0))
|
||||
|
|
Loading…
Reference in a new issue