mirror of
https://github.com/coastalwhite/lemurs
synced 2024-11-26 20:10:17 +00:00
Fix input field tests
This commit is contained in:
parent
4974d9079c
commit
08553e1ce8
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ impl InputFieldWidget {
|
|||
content: String::new(),
|
||||
cursor: 0,
|
||||
scroll: 0,
|
||||
width: 0,
|
||||
width: 16, // Give it some initial width
|
||||
display_type,
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue