Skip to content

Commit

Permalink
ui: enlarge program name input text
Browse files Browse the repository at this point in the history
  • Loading branch information
fengalin committed Jan 30, 2024
1 parent 8b61c34 commit 413c36f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 413c36f

Please sign in to comment.