go fmt ui/*

This commit is contained in:
Luke I. Wilson
2021-03-11 22:25:19 -06:00
parent a6674fb918
commit a4e2dae43e
3 changed files with 9 additions and 9 deletions

View File

@ -184,8 +184,8 @@ type Menu struct {
Visible bool // True when focused
x, y int
width, height int // Size may not be settable
selected int // Index of selected Item
width, height int // Size may not be settable
selected int // Index of selected Item
itemSelectedCallback func() // Used internally to hide menus on selection
Theme *Theme