1
0
Fork 0

Update gain_gui_vizia for upstream vizia changes

This commit is contained in:
Robbert van der Helm 2023-11-14 22:46:36 +01:00
parent 193ec70b8a
commit 151a4ec29e

View file

@ -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))