gui: fix clippy warning
This commit is contained in:
parent
1f86504bdc
commit
3ee7a5bb99
@ -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(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user