single line textedit
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user