summaryrefslogtreecommitdiff
path: root/viewGuiReleaser.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-02-19 19:43:21 -0600
committerJeff Carr <[email protected]>2024-02-19 19:43:21 -0600
commit47d27e4166b960d7b84c9f6d974cc580843d59e9 (patch)
tree226b0ba7da4d42bc3d4e96fe600e76761d221db9 /viewGuiReleaser.go
parent240da220878c0e24fc40f40c7ea16fff66250d4e (diff)
used a blind widget
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
}