Fix input field tests

This commit is contained in:
Gijs Burghoorn 2022-01-02 15:49:18 +01:00
parent 4974d9079c
commit 08553e1ce8

View file

@ -37,7 +37,7 @@ impl InputFieldWidget {
content: String::new(),
cursor: 0,
scroll: 0,
width: 0,
width: 16, // Give it some initial width
display_type,
}
}