gui: fix clippy warning

This commit is contained in:
edouardparis 2024-07-03 15:13:13 +02:00
parent 1f86504bdc
commit 3ee7a5bb99

View File

@ -630,7 +630,7 @@ pub fn register_descriptor<'a>(
.push( .push(
scrollable( scrollable(
Column::new() Column::new()
.push(text(template.to_owned()).small()) .push(text(template).small())
.push(Space::with_height(Length::Fixed(5.0))), .push(Space::with_height(Length::Fixed(5.0))),
) )
.direction( .direction(