1
0
Fork 0

Use Noto Sans Light for the GUI title

This commit is contained in:
Robbert van der Helm 2022-03-14 16:05:39 +01:00
parent eb9e7d81a9
commit 9bfc44d787

View file

@ -73,6 +73,7 @@ impl IcedEditor for GainEditor {
.align_items(Alignment::Center)
.push(
Text::new("Gain GUI")
.font(assets::NOTO_SANS_LIGHT)
.size(40)
.height(50.into())
.width(Length::Fill)