diff --git a/src/ui/app.rs b/src/ui/app.rs index 3b0f558..5e54320 100644 --- a/src/ui/app.rs +++ b/src/ui/app.rs @@ -336,7 +336,7 @@ impl Application for App { horizontal_space(Length::Fixed(20f32)), ui::text_input("program name", self.jstation.dsp().name.as_str()) .on_input(Rename) - .width(Length::Fixed(200f32)), + .width(Length::Fixed(300f32)), horizontal_space(Length::Fill), ] .width(widget::DEFAULT_DSP_WIDTH);