diff options
Diffstat (limited to 'viewAutotypist.go')
| -rw-r--r-- | viewAutotypist.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/viewAutotypist.go b/viewAutotypist.go index d9a8f03..54e638c 100644 --- a/viewAutotypist.go +++ b/viewAutotypist.go @@ -27,6 +27,8 @@ func AutotypistView(parent *gui.Node) *RepoList { me.reposgrid.NewLabel("Current").SetProgName("CurrentName") me.reposgrid.NewLabel("Version").SetProgName("CurrentVersion") me.reposgrid.NextRow() + me.blind = gui.RawBox() + me.shownCount = me.blind.NewLabel("showCount") return me } |
