diff options
-rw-r--r-- | go/main.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -88,6 +88,7 @@ func (l *Limox) draw(e system.FrameEvent) { layout.Rigid( func(gtx layout.Context) layout.Dimensions { pwd := material.Editor(l.Theme, &l.PwdEditor, "mySafePassword") + pwd.Editor.Mask = '*' return pwd.Layout(gtx) }, ), |