summaryrefslogtreecommitdiff
path: root/viewGuiReleaser.go
diff options
context:
space:
mode:
Diffstat (limited to 'viewGuiReleaser.go')
-rw-r--r--viewGuiReleaser.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/viewGuiReleaser.go b/viewGuiReleaser.go
index 7b2cfbc..e75d751 100644
--- a/viewGuiReleaser.go
+++ b/viewGuiReleaser.go
@@ -26,6 +26,8 @@ func GuireleaserView(parent *gui.Node) *RepoList {
me.reposgrid.NewLabel("git State")
me.reposgrid.NewLabel("GO State")
me.reposgrid.NextRow()
+
me.blind = gui.RawBox()
+ me.shownCount = me.blind.NewLabel("showCount")
return me
}