mirror of
https://github.com/robbert-vdh/nih-plug.git
synced 2026-07-01 02:36:54 +00:00
Update gain_gui_vizia for upstream vizia changes
This commit is contained in:
@@ -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))
|
||||||
|
|||||||
Reference in New Issue
Block a user