Some Updates
This commit is contained in:
@@ -162,7 +162,7 @@ func (w *Field) SetSize(c Coord) { w.w, w.h = c.X, c.Y }
|
||||
func (w *Field) Focusable() bool { return true }
|
||||
func (w *Field) SetTabbable(b bool) { w.tabbable = b }
|
||||
func (w *Field) Tabbable() bool { return w.tabbable }
|
||||
func (w *Field) MinW() int { return len(w.label) + 15 }
|
||||
func (w *Field) MinW() int { return len(w.label) + wh.Max(15, len(w.value)) }
|
||||
func (w *Field) MinH() int { return 1 }
|
||||
|
||||
/* Non-Widget-Interface Functions */
|
||||
|
||||
Reference in New Issue
Block a user