single line textedit

This commit is contained in:
2025-11-22 22:04:57 -05:00
parent c1040f9789
commit e1d0a423de
3 changed files with 4 additions and 4 deletions

View File

@@ -7,7 +7,7 @@ pub fn login_screen(client: &mut Client) -> WidgetId {
let mut field = |name, hint_| {
text(name)
.editable()
.editable(true)
.size(20)
.hint(hint(hint_))
.add(ui)